diff options
author | Erich Eckner <git@eckner.net> | 2020-04-26 11:34:53 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-04-26 11:34:53 +0200 |
commit | ab20110df8c5f3e05c87e9b8b64360e3326ad99f (patch) | |
tree | ac3c8588b7645f58fabcd14e634db806cc1ebe27 | |
parent | fc3f293e4edb0adad888416f40ff54931057c8c3 (diff) | |
download | shutdownasap-ab20110df8c5f3e05c87e9b8b64360e3326ad99f.tar.xz |
shutdownasap.conf: more nogos from desk
-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 |