diff options
author | Kenneth Lakin <kennethlakin@gmail.com> | 2015-11-03 03:33:06 -0800 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-26 12:30:39 -0500 |
commit | 94b98430cb83a8f4e62d837100fc357e9eb12ca6 (patch) | |
tree | 65ddba6cb989ebf217902aba415a7fed15479be6 /man | |
parent | b19d0a40d7f20987323d5af91469c720ead39561 (diff) |
start-stop-daemon: Add SSD_IONICELEVEL
This is the disk IO counterpart to SSD_NICELEVEL.
Modified by William Hubbs to add the variable to the start-stop-daemon
man page.
This fixes #69.
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 c3288955..112cd5fb 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -153,6 +153,10 @@ The retry specification can be either a timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5). .El .Sh ENVIRONMENT +.Va SSD_IONICELEVEL +can also set the IO scheduling priority of the daemon, but the command line +option takes precedence. +.Pp .Va SSD_NICELEVEL can also set the scheduling priority of the daemon, but the command line option takes precedence. |