From e372f97bebd4866633ad56aa5d5b1ae59fa88118 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 13 May 2015 14:47:35 -0500 Subject: 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. --- man/openrc-run.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.3