aboutsummaryrefslogtreecommitdiff
path: root/src/rc/supervise-daemon.c
diff options
context:
space:
mode:
authorkyoreln <57618278+kyoreln@users.noreply.github.com>2021-08-01 19:37:34 +0200
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-08-13 12:46:52 -0500
commit18e53f7fed1a92dd6dc91e79ab620d22fee1e195 (patch)
tree282f66148293182b050d4213f7b5343e92637eeb /src/rc/supervise-daemon.c
parentb5e4c2c2db3d32dcc70426e058132c52e32603f1 (diff)
move supervise-daemon out of experimental status
supervise-daemon is no longer experimental so remove the statements to that affect. This fixes #434.
Diffstat (limited to 'src/rc/supervise-daemon.c')
-rw-r--r--src/rc/supervise-daemon.c2
1 files changed, 1 insertions, 1 deletions
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.
*/