From 0f704402a236d385e8b30083ccf9aca327c0a57e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 15 Nov 2018 14:15:06 -0600 Subject: 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. --- supervise-daemon-guide.md | 9 --------- 1 file changed, 9 deletions(-) (limited to 'supervise-daemon-guide.md') 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 @@ -57,15 +57,6 @@ Several other variables affect the way services behave under 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" ``` -- cgit v1.2.3