From 18e53f7fed1a92dd6dc91e79ab620d22fee1e195 Mon Sep 17 00:00:00 2001 From: kyoreln <57618278+kyoreln@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:37:34 +0200 Subject: move supervise-daemon out of experimental status supervise-daemon is no longer experimental so remove the statements to that affect. This fixes #434. --- man/openrc-run.8 | 2 -- src/rc/supervise-daemon.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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. */ -- cgit v1.2.3