diff options
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index dbc0b7dc..dd934c4b 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -111,6 +111,11 @@ Daemon to start or stop via 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. +.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 +.Xr start-stop-daemon 8 +so the pidfile variable must be set. .It Ar pidfile Pidfile to use for the above defined command. .It Ar name |