From 7c2e7e6df496cfdc4377fb25b99779d99decb80a Mon Sep 17 00:00:00 2001 From: Cat Lee Ball <43632885+catleeball@users.noreply.github.com> Date: Fri, 4 Mar 2022 23:30:36 -0800 Subject: [PATCH] Add newline for `want` The comment block for `want` seemed to be unintentionally part of the `use` block. Added a newline so `want` will have its own section. --- service-script-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.