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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user