systemd: set KillMode=process
authorDan Winship <danw@gnome.org>
Fri, 4 Jan 2013 16:53:03 +0000 (11:53 -0500)
committerDan Winship <danw@gnome.org>
Fri, 4 Jan 2013 16:53:03 +0000 (11:53 -0500)
commit1d89bc0004ec27fbc0c89f17861118c78d7eeab5
tree7552822c0384b6914fdab8aec471b6dd0986090d
parente78c3e83d2e0b49641c9d484e0b35b3c6ff9f0db
systemd: set KillMode=process

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.

https://bugzilla.redhat.com/show_bug.cgi?id=876218
data/NetworkManager.service.in