Skip to content

Commit 29257d9

Browse files
DaanDeMeyerYHNdnzj
authored andcommitted
udev: Enable delegation without delegating any controllers
Delegation is enabled for udev so that it can mess around with the cgroup hierarchy to avoid killing control processes when it calls cg_kill in on_post() when it goes idle. We don't actually care about any specific cgroup controllers in udev, so set Delegate= to enable delegation without delegating any controllers Follow up for systemd#22752
1 parent e7ddaf3 commit 29257d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/systemd-udevd.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Conflicts=soft-reboot.target
2626

2727
[Service]
2828
CapabilityBoundingSet=~CAP_SYS_TIME CAP_WAKE_ALARM
29-
Delegate=pids
29+
Delegate=
3030
DelegateSubgroup=udev
3131
Type=notify-reload
3232
# Note that udev will reset the value internally for its workers

0 commit comments

Comments
 (0)