summaryrefslogtreecommitdiff
path: root/shutdownasap.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-04-10 13:05:53 +0200
committerErich Eckner <git@eckner.net>2016-04-10 13:05:53 +0200
commit7a3b06c77c3d515c613a1fc1e8ee95fe76428c59 (patch)
tree9a38d2d137e20d598e3db9b84fe8e841a3fb50c5 /shutdownasap.conf
parentee45f2e79c67d17ba4c0a67617d6a08f85af085e (diff)
downloadshutdownasap-7a3b06c77c3d515c613a1fc1e8ee95fe76428c59.tar.xz
fuer .12 angepasstv0.1
Diffstat (limited to 'shutdownasap.conf')
-rwxr-xr-xshutdownasap.conf12
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