From 94b98430cb83a8f4e62d837100fc357e9eb12ca6 Mon Sep 17 00:00:00 2001 From: Kenneth Lakin Date: Tue, 3 Nov 2015 03:33:06 -0800 Subject: 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. --- man/start-stop-daemon.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man/start-stop-daemon.8') 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. -- cgit v1.2.3