summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-04-14 17:18:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-04-14 17:18:32 +0000
commit3711b42ef5ec02efff8f9db3c1b736cacc692f89 (patch)
treec99e53f11c15e2d965f256138d6f628207c50dcf
parent4448842bb141430e23498d5a969b5cefe8786e57 (diff)
downloads6-linux-init-3711b42ef5ec02efff8f9db3c1b736cacc692f89.tar.xz
Fix rc.shutdown example
-rwxr-xr-xexamples/rc.shutdown2
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