diff options
author | Roy Marples <roy@marples.name> | 2009-05-02 12:26:45 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-05-02 12:26:45 +0100 |
commit | 6615eb4b689d7aa1d047bd9ed75eca80beac9767 (patch) | |
tree | efc5a4dee97fd4737599f1f4f71bad7a8ba7f470 /man/rc.8 | |
parent | e040bd77e983e609fea5a87549b58e81b96e4276 (diff) |
Add runlevel stacking, #88
This implementation has the limitation that you cannot have a stacked
runlevel and service of the same name in a runlevel.
Diffstat (limited to 'man/rc.8')
-rw-r--r-- | man/rc.8 | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd January 13, 2009 +.Dd May 2, 2009 .Dt RC 8 SMM .Os OpenRC .Sh NAME @@ -35,10 +35,11 @@ .Sh DESCRIPTION .Nm first stops any services that are not for the runlevel and then starts any -services added by +services in the runlevel and from stacked runlevels added by .Nm rc-update -that are not currently started. If no runlevel is specified then we use the -current runlevel the system is currently in. +that are not currently started. +If no runlevel is specified then we use the current runlevel the system +is currently in. .Pp There are some special runlevels that you should be aware of: .Bl -tag -width "shutdown" |