summaryrefslogtreecommitdiff
path: root/services/sigterm.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/sigterm.in')
-rw-r--r--services/sigterm.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/services/sigterm.in b/services/sigterm.in
index 45dda0e..cb408f2 100644
--- a/services/sigterm.in
+++ b/services/sigterm.in
@@ -1,6 +1,9 @@
description send SIGTERM to all processes
-exec "@SCRIPTDIR@/killall5" 15
-exec "@BINPATH@/sleep" 5
type wait
target %0
before sigkill sync reboot shutdown
+
+exec {
+ "@SCRIPTDIR@/killall5" 15
+ "@BINPATH@/sleep" 5
+}