From c3608471cd4f6808ed90d4185eda9424cf25e6ab Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 2 May 2007 12:33:56 +0000 Subject: SSD_NICELEVEL can now affect the nicelevel for daemons started by start-stop-daemon, #175397. --- man/start-stop-daemon.8 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'man/start-stop-daemon.8') 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 -- cgit v1.2.3