diff options
-rwxr-xr-x | shutdownasap.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shutdownasap.conf.in b/shutdownasap.conf.in index d844a89..780dafa 100755 --- a/shutdownasap.conf.in +++ b/shutdownasap.conf.in @@ -20,7 +20,9 @@ shutDownNoGoProcesses["ports"]="ports" shutDownNoGoProcesses["prt-get"]="prt-get" shutDownNoGoProcesses["rsync"]="rsync" shutDownNoGoProcesses["scp"]="scp" +shutDownNoGoProcesses["sync.sh"]="sync.sh" shutDownNoGoProcesses["update-me"]="update-me" +shutDownNoGoProcesses["update.sh"]="update.sh" shutDownNoGoProcesses["wget"]="wget" # list of PID files whose processes must not be running before shutdown |