diff options
author | Erich Eckner <git@eckner.net> | 2020-05-21 09:37:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-05-21 09:37:59 +0200 |
commit | 2591fa5313bbeaf88d0a7c57706d764d5bf2e188 (patch) | |
tree | d9f49a7a12bced13f31e6aa1d203354f02c59ce9 /shutdownasap.conf.in | |
parent | d95437df15eb77b4819fef3ec04cda2618f65e28 (diff) | |
download | shutdownasap-2591fa5313bbeaf88d0a7c57706d764d5bf2e188.tar.xz |
use tmpDir for inter-instance communication - now we can change the target (reboot/shutdown) or even abort cleanly
Diffstat (limited to 'shutdownasap.conf.in')
-rwxr-xr-x | shutdownasap.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shutdownasap.conf.in b/shutdownasap.conf.in index 780dafa..d04d3ea 100755 --- a/shutdownasap.conf.in +++ b/shutdownasap.conf.in @@ -3,8 +3,8 @@ # configuration file for shutdownasap # it should be named #ETCDIR#/shutdownasap.conf -# shutdownasap's pid -pidFile="/tmp/shutdownasap.pid" +# directory for inter-instance communication, etc. +tmpDir="/tmp/tmp.shutdownasap" # directory must be empty before shutdown waitForDir="/home/shutdown/.warteauf" |