diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-16 14:23:09 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-16 14:23:09 -0500 |
commit | c146b966913ae80652e3be925d3aba60ed82f14d (patch) | |
tree | 94d07b0c33aa77f9e47ff8e9eeb93d87e0e73750 /man/openrc-run.8 | |
parent | 6cabaf274defa11773094a2c85b3d0a9f0bd9b08 (diff) |
Add command_progress variable
If this is set to yes, 1, true, or on, start-stop-daemon will display a
progress meter while waiting for a daemon to stop.
Diffstat (limited to 'man/openrc-run.8')
-rw-r--r-- | man/openrc-run.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 6e3b9dc7..5ec81567 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -143,6 +143,10 @@ Set this to "true", "yes" or "1" (case-insensitive) if you want .Xr start-stop-daemon 8 to force the daemon into the background. This forces the "--make-pidfile" and "--pidfile" options, so the pidfile variable must be set. +.It Ar command_progress +Set this to "true", "yes" or "1" (case-insensitive) if you want +.Xr start-stop-daemon 8 +to display a progress meter when waiting for a daemon to stop. .It Ar command_user If the daemon does not support changing to a different user id, you can use this to change the user id before |