diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-05 17:34:09 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-05 17:34:09 -0500 |
commit | e4ddfa38e0e0318abf442b7aa07e0d8206191dd7 (patch) | |
tree | c023ac9785a5cb6f8614193386bdff1194414557 | |
parent | 21d30bc6d9caca31d007631717a480a552b89701 (diff) |
user-guide.md: small cleanups
-rw-r--r-- | user-guide.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user-guide.md b/user-guide.md index a3566add..97d938d5 100644 --- a/user-guide.md +++ b/user-guide.md @@ -90,8 +90,8 @@ the service script by hand. FIXME: Document stacked runlevels -The default startup uses the runlevels `boot`, `sysinit` and `default`, in that -order. Shutdown uses the `shutdown` runlevel. +The default startup uses the runlevels `sysinit`, `boot`, and `default`, +in that order. Shutdown uses the `shutdown` runlevel. # The Magic of `conf.d` @@ -162,7 +162,6 @@ stopped, by using: The `rc_cgroup_cleanup` setting can be changed to yes to make this happen automatically when the service is stopped. - # Caching For performance reasons OpenRC keeps a cache of pre-parsed service metadata |