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 /etc | |
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 'etc')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |