summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-12-14 08:47:48 +0000
committerRoy Marples <roy@marples.name>2009-12-14 08:47:48 +0000
commitdc3ccd8101f81803c7a46d4e239911f7d97bed1b (patch)
tree16e8909eb2f6e3a3eb5476276ff8da9f64098736 /man
parent9476a2e7218a218d231076b04a8a647f357e5c98 (diff)
downloadopenrc-dc3ccd8101f81803c7a46d4e239911f7d97bed1b.tar.gz
openrc-dc3ccd8101f81803c7a46d4e239911f7d97bed1b.tar.bz2
openrc-dc3ccd8101f81803c7a46d4e239911f7d97bed1b.tar.xz
start-stop-daemon can now set process IO scheduling.
Diffstat (limited to 'man')
-rw-r--r--man/start-stop-daemon.86
1 files changed, 5 insertions, 1 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index be51152..628807d 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd October 14, 2009
+.Dd December 14, 2009
.Dt START-STOP-DAEMON 8 SMM
.Os OpenRC
.Sh NAME
@@ -136,6 +136,10 @@ option. Only useful when used with daemons that run in the foreground and
forced into the background with the
.Fl -b , -background
option.
+.It Fl I , -ionice Ar class Ns Op : Ns Ar data
+Modifies the IO scheduling priority of the daemon.
+Class can be 0 for none, 1 for real time, 2 for best effort and 3 for idle.
+Data can be from 0 to 7 inclusive.
.It Fl N , -nice Ar level
Modifies the scheduling priority of the daemon.
.It Fl 1 , -stdout Ar logfile