aboutsummaryrefslogtreecommitdiff
path: root/man/start-stop-daemon.8
diff options
context:
space:
mode:
authorKenneth Lakin <kennethlakin@gmail.com>2015-11-03 03:33:06 -0800
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-07-26 12:30:39 -0500
commit94b98430cb83a8f4e62d837100fc357e9eb12ca6 (patch)
tree65ddba6cb989ebf217902aba415a7fed15479be6 /man/start-stop-daemon.8
parentb19d0a40d7f20987323d5af91469c720ead39561 (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/start-stop-daemon.8')
-rw-r--r--man/start-stop-daemon.84
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.