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.
This commit is contained in:
Cat Lee Ball 2022-03-04 23:30:36 -08:00 committed by Mike Frysinger
parent 219a231917
commit 7c2e7e6df4
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ depend() {
`use` is a soft dependency - if dns, logger or netmount is in this runlevel `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. 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 installed on the system, regardless of whether it is in the
runlevel, but we don't care if it starts. runlevel, but we don't care if it starts.