diff options
author | kyoreln <57618278+kyoreln@users.noreply.github.com> | 2021-08-01 19:37:34 +0200 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-13 12:46:52 -0500 |
commit | 18e53f7fed1a92dd6dc91e79ab620d22fee1e195 (patch) | |
tree | 282f66148293182b050d4213f7b5343e92637eeb | |
parent | b5e4c2c2db3d32dcc70426e058132c52e32603f1 (diff) |
move supervise-daemon out of experimental status
supervise-daemon is no longer experimental so remove the statements to
that affect.
This fixes #434.
-rw-r--r-- | man/openrc-run.8 | 2 | ||||
-rw-r--r-- | src/rc/supervise-daemon.c | 2 |
2 files changed, 1 insertions, 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. */ |