Skip to content

Commit

Permalink
user-guide: clarify note for Runlevels/rc-update usage
Browse files Browse the repository at this point in the history
I found the original note a little confusing, since using rc-update will
add it to a runlevel so it *is* auto-started when the system reaches
that runlevel again, but I don't think that was the intended meaning of
'auto-start', so hopefully this makes it a little more clear.
  • Loading branch information
craftyguy authored and lu-zero committed Dec 20, 2020
1 parent 8346c98 commit 7019bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ runlevel; this will start and stop services as needed.
Managing runlevels is usually done through the `rc-update` helper, but could of
course be done by hand if desired.
e.g. `rc-update add nginx default` - add nginx to the default runlevel
Note: This will not auto-start nginx! You'd still have to trigger `rc` or run
the service script by hand.
Note: `rc-update` will not start nginx! You'd still have to trigger `rc`, or run
the service script by hand, or start it with `rc-service nginx start`.

FIXME: Document stacked runlevels

Expand Down

0 comments on commit 7019bfa

Please sign in to comment.