summaryrefslogtreecommitdiff
path: root/shutdownasap.conf
blob: 4ff619805907193fe3dfb8cfa5671a2098fda5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}