diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-11 12:39:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-11 12:39:44 +0000 |
commit | c1171b979c236ec2c486bc12e4866112a12b9a84 (patch) | |
tree | 2c56951a361fb3c7d5558be7b92da6e24c6e6f20 /skel | |
parent | fd2bae7c95db47318d82ea08398063e402953e19 (diff) | |
download | s6-linux-init-c1171b979c236ec2c486bc12e4866112a12b9a84.tar.xz |
Accept 1 as cmdline runlevel; fix rc.shutdown comment for s6-rc
Diffstat (limited to 'skel')
-rwxr-xr-x | skel/rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/rc.shutdown b/skel/rc.shutdown index 4608be7..0b6bf4b 100755 --- a/skel/rc.shutdown +++ b/skel/rc.shutdown @@ -27,4 +27,4 @@ # exec /sbin/openrc shutdown ### If your services are managed by s6-rc: -# exec s6-rc -v2 -bda change +# exec s6-rc -v2 -bDa change |