about summary refs log tree commit diff
path: root/debian/patches/04-systemd-set-kill-mode-process.patch
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-02-03 15:03:31 +0100
committerMichael Biebl <biebl@debian.org>2013-02-03 15:05:29 +0100
commitf76653ca458f7b0da869f5e16584076d62c64c81 (patch)
tree01ccb6572e1b7ae0c274cee4918c51eb0973eb37 /debian/patches/04-systemd-set-kill-mode-process.patch
parenta8ace94c4fd650eaf1652c25bd88c65a5027e5bb (diff)
Drop 04-systemd-set-kill-mode-process.patch, refresh other patches.
Diffstat (limited to 'debian/patches/04-systemd-set-kill-mode-process.patch')
-rw-r--r--debian/patches/04-systemd-set-kill-mode-process.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/04-systemd-set-kill-mode-process.patch b/debian/patches/04-systemd-set-kill-mode-process.patch
deleted file mode 100644
index daed7aef..00000000
--- a/debian/patches/04-systemd-set-kill-mode-process.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-commit 1d89bc0004ec27fbc0c89f17861118c78d7eeab5 (HEAD, origin/master, origin/HEAD, master)
-Author: Dan Winship <danw@gnome.org>
-Date:   Fri Jan 4 11:53:03 2013 -0500
-
-    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
-
-Index: network-manager/data/NetworkManager.service.in
-===================================================================
---- network-manager.orig/data/NetworkManager.service.in	2013-01-05 20:18:09.943472117 +0100
-+++ network-manager/data/NetworkManager.service.in	2013-01-05 20:18:09.943472117 +0100
-@@ -10,6 +10,8 @@
- # with LOG_PERROR when run in foreground. But systemd redirects stderr to
- # syslog by default, which results in logging each message twice.
- StandardError=null
-+# NM doesn't want systemd to kill its children for it
-+KillMode=process
- 
- [Install]
- WantedBy=multi-user.target