about summary refs log tree commit diff
path: root/debian/patches/04-systemd-set-kill-mode-process.patch
AgeCommit message (Collapse)Author
2013-02-03Drop 04-systemd-set-kill-mode-process.patch, refresh other patches.Michael Biebl
2013-01-05systemd: set KillMode=processMichael Biebl
By default, when shutting NM down, systemd will kill everything in its cgroup. But this can cause problems (eg, NM thinking that dhclient crashed and then taking down an interface that it would otherwise have left up). Fix this by setting KillMode=process, which tells systemd to only kill NM itself, and let NM kill its children.