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.
This commit is contained in:
Matt Whitlock
2021-07-31 17:13:21 -04:00
committed by Mike Frysinger
parent 7cedc4942b
commit 5f6d7ac028
2 changed files with 17 additions and 1 deletions

View File

@@ -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.