move supervise-daemon out of experimental status
supervise-daemon is no longer experimental so remove the statements to that affect. This fixes #434.
This commit is contained in:
parent
b5e4c2c2db
commit
18e53f7fed
@ -104,8 +104,6 @@ supervisor=s6.
|
|||||||
or set
|
or set
|
||||||
supervisor=supervise-daemon
|
supervisor=supervise-daemon
|
||||||
to use supervise-daemon.
|
to use supervise-daemon.
|
||||||
Note that supervise-daemon is still in early development, so it is
|
|
||||||
considered experimental.
|
|
||||||
.It Ar s6_service_path
|
.It Ar s6_service_path
|
||||||
The path to the s6 service directory if you are monitoring this service
|
The path to the s6 service directory if you are monitoring this service
|
||||||
with S6. The default is /var/svc.d/${RC_SVCNAME}.
|
with S6. The default is /var/svc.d/${RC_SVCNAME}.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* supervise-daemon
|
* supervise-daemon
|
||||||
* This is an experimental supervisor for daemons.
|
* This is a supervisor for daemons.
|
||||||
* It will start a deamon and make sure it restarts if it crashes.
|
* It will start a deamon and make sure it restarts if it crashes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user