diff options
author | Roy Marples <roy@marples.name> | 2007-05-02 12:33:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-02 12:33:56 +0000 |
commit | c3608471cd4f6808ed90d4185eda9424cf25e6ab (patch) | |
tree | 161329101e7b9ab24856781ca0875428eef8a353 /man | |
parent | d599a406801139eab7baffdd6c6c785da787d58c (diff) |
SSD_NICELEVEL can now affect the nicelevel for daemons started
by start-stop-daemon, #175397.
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 |