summaryrefslogtreecommitdiff
path: root/shutdownasap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'shutdownasap.conf')
-rwxr-xr-xshutdownasap.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/shutdownasap.conf b/shutdownasap.conf
new file mode 100755
index 0000000..4ff6198
--- /dev/null
+++ b/shutdownasap.conf
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+
+pidFile="/tmp/shutdownasap.pid"
+waitForDir="/home/shutdown/.warteauf"
+
+declare -A shutDownNoGos
+
+shutDownNoGos["rsync"]="rsync"
+shutDownNoGos["backup"]="[^/ ]*backup"
+shutDownNoGos["prt-get"]="prt-get"
+shutDownNoGos["ports"]="ports"
+shutDownNoGos["rsync"]="rsync"
+shutDownNoGos["wget"]="wget"
+shutDownNoGos["dd"]="dd"
+shutDownNoGos["ncat"]="ncat"
+
+beforeShutDownHook() {
+ true
+}