This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e41769dac031cf13f66a1b8cc9d0162ef480d6f8 commit e41769dac031cf13f66a1b8cc9d0162ef480d6f8 Author: Guillem Jover <[email protected]> AuthorDate: Thu Dec 29 23:35:10 2022 +0100 man: Document s-s-d options that might be no-ops on some systems The user needs to be aware that these options might not do anything depending on the system. --- man/start-stop-daemon.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/start-stop-daemon.pod b/man/start-stop-daemon.pod index e5c40a0c8..5dd7e18d8 100644 --- a/man/start-stop-daemon.pod +++ b/man/start-stop-daemon.pod @@ -371,6 +371,9 @@ The priority can be optionally specified by appending a B<:> followed by the value. The default I<priority> is 0. The currently supported policy values are B<other>, B<fifo> and B<rr>. +This option might do nothing on some systems, +where POSIX process scheduling is not supported. + =item B<-I>, B<--iosched> I<class>B<:>I<priority> This alters the IO scheduler class and priority of the process before starting @@ -380,6 +383,9 @@ by the value. The default I<priority> is 4, unless I<class> is B<idle>, then I<priority> will always be 7. The currently supported values for I<class> are B<idle>, B<best-effort> and B<real-time>. +This option might do nothing on some systems, +where Linux IO scheduling is not supported. + =item B<-k>, B<--umask> I<mask> This sets the umask of the process before starting it (since version 1.13.22). -- Dpkg.Org's dpkg

