diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 14:08:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-20 14:08:02 +0000 |
commit | 9d1bc12f8d34e78155764d0333e412d21a972257 (patch) | |
tree | f7c0ce321fcd0f92414f28e5231c9b8e7a6a44e1 /skel | |
parent | af21e602b1dad1b7fd2c00f570d1d5605b9bb277 (diff) | |
download | s6-linux-init-9d1bc12f8d34e78155764d0333e412d21a972257.tar.xz |
version: 1.0.1.0v1.0.1.0
Diffstat (limited to 'skel')
-rwxr-xr-x | skel/rc.shutdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skel/rc.shutdown b/skel/rc.shutdown index 7430b0b..d01786d 100755 --- a/skel/rc.shutdown +++ b/skel/rc.shutdown @@ -11,6 +11,9 @@ # exec /etc/init.d/rc 6 ### If your services are managed by OpenRC: +### also remove the "killprocs" and "mount-ro" symlinks from +### /etc/runlevels/shutdown - because OpenRC does not properly +### separate the service manager from the shutdown manager either. # exec /sbin/openrc shutdown ### If your services are managed by s6-rc: |