aboutsummaryrefslogtreecommitdiff
path: root/service-script-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'service-script-guide.md')
-rw-r--r--service-script-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/service-script-guide.md b/service-script-guide.md
index dffb61c6..68ee7a68 100644
--- a/service-script-guide.md
+++ b/service-script-guide.md
@@ -80,7 +80,8 @@ depend() {
`use` is a soft dependency - if dns, logger or netmount is in this runlevel
start it before, but we don't care if it's not in this runlevel.
- `want` is between need and use - try to start coolservice if it is
+
+`want` is between need and use - try to start coolservice if it is
installed on the system, regardless of whether it is in the
runlevel, but we don't care if it starts.