diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 17:18:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-04-14 17:18:32 +0000 |
commit | 3711b42ef5ec02efff8f9db3c1b736cacc692f89 (patch) | |
tree | c99e53f11c15e2d965f256138d6f628207c50dcf /examples | |
parent | 4448842bb141430e23498d5a969b5cefe8786e57 (diff) | |
download | s6-linux-init-3711b42ef5ec02efff8f9db3c1b736cacc692f89.tar.xz |
Fix rc.shutdown example
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rc.shutdown b/examples/rc.shutdown index 5589903..18c898b 100755 --- a/examples/rc.shutdown +++ b/examples/rc.shutdown @@ -16,4 +16,4 @@ foreground { s6-umount -a } foreground { s6-mount -o ro,remount /dev/root / } foreground { s6-echo "\nPerforming "${1}"." } -s6-${1} +s6-${1} -f |