mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Since watchdogd may need to run with SCHED_RR, when the supervisor is enabled, which is not supported by cgroupsv2, we ask Finit to always runs it in the root cgroup. We must also raise the limit for rtprio to all possible values for SCHED_RR that a user can set in /etc/watchdogd.conf Finally, add support for reading extra args from /etc/default/watchdogd Signed-off-by: Joachim Wiberg <troglobit@gmail.com>