summaryrefslogtreecommitdiff
path: root/shutdownasap.conf.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-21 09:37:59 +0200
committerErich Eckner <git@eckner.net>2020-05-21 09:37:59 +0200
commit2591fa5313bbeaf88d0a7c57706d764d5bf2e188 (patch)
treed9f49a7a12bced13f31e6aa1d203354f02c59ce9 /shutdownasap.conf.in
parentd95437df15eb77b4819fef3ec04cda2618f65e28 (diff)
downloadshutdownasap-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-xshutdownasap.conf.in4
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"