diff options
Diffstat (limited to 'layout/rootfs/etc/rc.shutdown')
-rwxr-xr-x | layout/rootfs/etc/rc.shutdown | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/layout/rootfs/etc/rc.shutdown b/layout/rootfs/etc/rc.shutdown deleted file mode 100755 index ca63d14..0000000 --- a/layout/rootfs/etc/rc.shutdown +++ /dev/null @@ -1,15 +0,0 @@ -#!/command/execlineb -P - -# Write a message to /var/log/syslogd - -foreground -{ - s6-ipcclient -l0 /dev/log - fdmove 1 7 - s6-echo "/etc/rc.shutdown requested" -} - - -# Shut down all services - -s6-rc -da change |