runit: fix incorrect command in caveats
Running runsvdir on #{var} will attempt to run its subs as services. We should direct people to run runsvdir on the /service dir instead. Closes Homebrew/homebrew#20306. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8079df6228
commit
4fafda7ded
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Runit < Formula
|
|||
The service directory is #{var}/service instead of /service.
|
||||
|
||||
To have runit ready to run services, start runsvdir:
|
||||
runsvdir -P #{var}
|
||||
runsvdir -P #{var}/service
|
||||
|
||||
Depending on the services managed by runit, this may need to start as root.
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue