summaryrefslogtreecommitdiff
path: root/examples/rc.tini
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rc.tini')
-rwxr-xr-xexamples/rc.tini16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/rc.tini b/examples/rc.tini
deleted file mode 100755
index 02e7ec7..0000000
--- a/examples/rc.tini
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/execlineb -P
-
-
-# Write a message to /var/log/syslogd
-
-foreground
-{
- s6-ipcclient -l0 /dev/log
- fdmove 1 7
- s6-echo "/etc/rc.tini: shutdown requested"
-}
-
-
-# Shut down all services
-
-s6-rc -da change