diff options
Diffstat (limited to 'shutdownasap.conf')
-rwxr-xr-x | shutdownasap.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/shutdownasap.conf b/shutdownasap.conf index 4ff6198..50d32eb 100755 --- a/shutdownasap.conf +++ b/shutdownasap.conf @@ -6,14 +6,18 @@ waitForDir="/home/shutdown/.warteauf" declare -A shutDownNoGos -shutDownNoGos["rsync"]="rsync" shutDownNoGos["backup"]="[^/ ]*backup" -shutDownNoGos["prt-get"]="prt-get" +shutDownNoGos["dd"]="dd" +shutDownNoGos["ncat"]="ncat" shutDownNoGos["ports"]="ports" +shutDownNoGos["prt-get"]="prt-get" shutDownNoGos["rsync"]="rsync" shutDownNoGos["wget"]="wget" -shutDownNoGos["dd"]="dd" -shutDownNoGos["ncat"]="ncat" +shutDownNoGos["wetter"]="/tmp/wetter.pid" + +beforeWatchHook() { + true +} beforeShutDownHook() { true |