diff options
author | Roy Marples <roy@marples.name> | 2008-03-29 09:37:59 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-29 09:37:59 +0000 |
commit | 3ca8387966443a9fc4291f6484cf9b653204691b (patch) | |
tree | 410ffb4120220db0379ac337354bd0d2a9f0937c /man | |
parent | f5a9b42215562bdda61ca3a9724e30bd03bbe9f5 (diff) |
Document SSD_NICELEVEL.
Diffstat (limited to 'man')
-rw-r--r-- | man/start-stop-daemon.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 20987cc5..00ef29f9 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -145,6 +145,10 @@ stopping schedule. If not specified then a default value of SIGTERM/5 is assumed. .El +.Sh ENVIRONMENT +.Va SSD_NICELEVEL +can also set the scheduling priority of the daemon, but the command line +option takes precedence. .Sh NOTE .Nm uses |