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:
kyoreln 2021-08-01 19:37:34 +02:00 committed by William Hubbs
parent b5e4c2c2db
commit 18e53f7fed
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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.
*/ */