diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-11 15:37:30 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-05-11 15:37:30 -0500 |
commit | 0f9354becfbd54f9800c93092aa26be859dcf16a (patch) | |
tree | c70dca2b208158b96a23e8b7c595500847367e8d /man | |
parent | a15fa1a3b12a5372c1b3c8d5df7e489648bef913 (diff) |
man: Clarify the documentation for command_args
The command_args variable only works if using start-stop-daemon to start
the daemon.
Diffstat (limited to 'man')
-rw-r--r-- | man/openrc-run.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 3308f244..f1441525 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -114,7 +114,8 @@ Daemon to start or stop via .Nm start-stop-daemon if no start or stop function is defined by the service. .It Ar command_args -List of arguments to pass to the daemon when starting. +List of arguments to pass to the daemon when starting via +.Nm start-stop-daemon . .It Ar command_background Set this to "true", "yes" or "1" (case-insensitive) to force the daemon into the background. This implies the "--make-pidfile" and "--pidfile" option of |