mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
If a service defines Delegate=yes, its subcgroup won't inherit the LogFilterPatterns= option, because the option is stored on the unit's cgroup attributes, not on the subcgroup. Fixed by using the unit's cgroup attributes instead.