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>
master
Christopher Rogers 2013-06-06 12:01:24 -07:00 committed by Jack Nagel
parent 8079df6228
commit 4fafda7ded
1 changed files with 1 additions and 1 deletions

View File

@ -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