aboutsummaryrefslogtreecommitdiff
path: root/supervise-daemon-guide.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-11-15 14:15:06 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-11-15 14:15:15 -0600
commit0f704402a236d385e8b30083ccf9aca327c0a57e (patch)
treecab8560446f56497eb22946ce006b5a072ba8d5e /supervise-daemon-guide.md
parent2504a2c25bc0587b36d81a2d85c203b20e2d40cf (diff)
supervise-daemon: make the pidfile an implementation detail
The pidfile of the supervisor doesn't need to be adjustable by the service script. It is only used so the supervisor can stop itself when the --stop option is used.
Diffstat (limited to 'supervise-daemon-guide.md')
-rw-r--r--supervise-daemon-guide.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/supervise-daemon-guide.md b/supervise-daemon-guide.md
index 07ab55cf..8fb02f6a 100644
--- a/supervise-daemon-guide.md
+++ b/supervise-daemon-guide.md
@@ -58,15 +58,6 @@ supervise-daemon. They are documented on the openrc-run man page, but I
will list them here for convenience:
``` sh
-pidfile=/pid/of/supervisor.pid
-```
-
-If you are using start-stop-daemon to monitor your scripts, the pidfile
-is the path to the pidfile the daemon creates. If, on the other hand,
-you are using supervise-daemon, this is the path to the pidfile the
-supervisor creates.
-
-``` sh
command_args_foreground="arguments"
```