summaryrefslogtreecommitdiff
path: root/services/shutdown.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/shutdown.in')
-rw-r--r--services/shutdown.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/services/shutdown.in b/services/shutdown.in
new file mode 100644
index 0000000..c97cde9
--- /dev/null
+++ b/services/shutdown.in
@@ -0,0 +1,8 @@
+name = "shutdown"
+description = "system shutdown"
+exec = "@SBINPATH@/shutdown -npf"
+type = wait
+target = shutdown
+after = "sync"
+after = "sigkill"
+after = "sigterm"