Skip to content

Commit

Permalink
man/start-stop-daemon.8: update --scheduler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
navi-desu committed Jul 24, 2024
1 parent c325954 commit bd18358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/start-stop-daemon.8
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Modifies the OOM score adjustment of the daemon.
Sets the scheduling policy of the daemon. Possible values are other, fifo and rr
on POSIX systems and, additionally, batch and idle on Linux. If
.Ar policy
is an integer, it is passed directly to sched_setscheduler(2).
is an integer, it is passed directly to pthread_setschedparam(3).
.It Fl -scheduler-priority Ar priority
Sets the priority parameter of the scheduling policy of the daemon. See sched(7) for details.
.It Fl 1 , -stdout Ar logfile
Expand Down

0 comments on commit bd18358

Please sign in to comment.