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