diff options
Diffstat (limited to 'skel/rc.shutdown')
-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: |