diff --git a/man/openrc-run.8 b/man/openrc-run.8 index ec4b88de..5fec35e7 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -104,8 +104,6 @@ supervisor=s6. or set supervisor=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 The path to the s6 service directory if you are monitoring this service with S6. The default is /var/svc.d/${RC_SVCNAME}. diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c index 04f67225..fcd76c10 100644 --- a/src/rc/supervise-daemon.c +++ b/src/rc/supervise-daemon.c @@ -1,6 +1,6 @@ /* * 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. */