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. --- etc/rc.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/rc.conf') diff --git a/etc/rc.conf b/etc/rc.conf index 80f68ddf..cbb660a6 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -117,6 +117,9 @@ # Some daemons are started and stopped via start-stop-daemon. # We can set some things on a per service basis, like the nicelevel. #SSD_NICELEVEL="-19" +# Or the ionice level. The format is class[:data] , just like the +# --ionice start-stop-daemon parameter. +#SSD_IONICELEVEL="2:2" # Pass ulimit parameters # If you are using bash in POSIX mode for your shell, note that the -- cgit v1.2.3