diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-13 14:33:25 +0000 |
commit | c2c14b525080203561d9e47d8a10442828342251 (patch) | |
tree | 11b5145ae7413ef577ad190315bfa147c23057c6 /examples/rc.tini | |
parent | 1bd507eda34de6945c18daa916fb64ad810fda5a (diff) | |
download | s6-linux-init-c2c14b525080203561d9e47d8a10442828342251.tar.xz |
Autogenerate final shutdown; rename rc.tini to rc.shutdown
Diffstat (limited to 'examples/rc.tini')
-rwxr-xr-x | examples/rc.tini | 16 |
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 |