diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2021-07-31 17:13:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gmail.com> | 2021-08-17 00:57:47 -0400 |
commit | 5f6d7ac028b4e3c208a74465c54f235d5bf34a93 (patch) | |
tree | 9c142c5534cdd1d8a56d6ae877a35683519054e4 /man | |
parent | 7cedc4942b8e52d9bab6f4aa7bb595c53aa6fdb1 (diff) |
supervise-daemon: implement SSD_IONICELEVEL
supervise-daemon was apparently overlooked when support for the
SSD_IONICELEVEL environment variable was added. This commit brings
supervise-daemon up to parity with start-stop-daemon with respect to
this environment variable.
Diffstat (limited to 'man')
-rw-r--r-- | man/supervise-daemon.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8 index 27c4d2da..4e2b87c3 100644 --- a/man/supervise-daemon.8 +++ b/man/supervise-daemon.8 @@ -156,6 +156,10 @@ The same thing as but with the standard error output. .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. |