diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-13 14:47:35 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-13 16:10:08 -0500 |
commit | e372f97bebd4866633ad56aa5d5b1ae59fa88118 (patch) | |
tree | 629f947f5d8817d305e0b48454024ae8c63e7778 /man/openrc-run.8 | |
parent | c2abf4b436b8cca8ebed395ff08f5fdc546eadac (diff) |
Fix the s6 handling
This changes the default s6 service directory to /var/svc.d, also
it changes the code to work with the individual services instead of
forcing a rescan when a service is started or stopped.
Diffstat (limited to 'man/openrc-run.8')
-rw-r--r-- | man/openrc-run.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 259d23fc..0a9f5bcc 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -114,7 +114,7 @@ in this release is S6 from Skarnet software. To use this, set supervisor=s6. .It Ar s6_service_path The path to the s6 service directory if you are monitoring this service -with S6. The default is /etc/svc.d/${RC_SVCNAME}. +with S6. The default is /var/svc.d/${RC_SVCNAME}. .It Ar s6_svwait_options_start The options to pass to s6-svwait when starting the service via s6. .It Ar s6_svwait_options_stop |