diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/start-stop-daemon.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 0120395d..ab9bc9c8 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -200,16 +200,17 @@ will force to fork before starting the process, and force it into the background. .TP \fB-1\fP|\fB--stdout\fP \fIlogfile\fP -Redirect the standard output of the process to \fIlogfile\fP when started with \fB--background\fP. -Must be an absolute pathname, but relative to the \fIpath\fP optionally given with -\fB--chroot\fP. +Redirect the standard output of the process to \fIlogfile\fP when started with +\fB--background\fP. Must be an absolute pathname, but relative to the +\fIpath\fP optionally given with \fB--chroot\fP. Hint: The \fIlogfile\fP can also be a named pipe. .TP \fB-2\fP|\fB--stderr\fP \fIlogfile\fP The same thing as \fB--stdout\fP but with the standard error output. .TP .BR -N | --nicelevel -This alters the prority of the process before starting it. +This alters the prority of the process before starting it. This can also be set +by the environment variable \fBSSD_NICELEVEL\fR. .TP .BR -m | --make-pidfile Used when starting a program that does not create its own pid file. This |