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