about summary refs log tree commit diff
path: root/debian/patches/03-systemd.patch
blob: 2597d69830ed62b69f5c472eb048b69665bdab9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Debian specific tweaks for NetworkManager systemd service file
 - Do not install NetworkManager into the network.target, as this will lead to a
   dependency loop (NetworkManager is installed in /usr).
Author: Michael Biebl <biebl@debian.org>
--- a/data/NetworkManager.service.in
+++ b/data/NetworkManager.service.in
@@ -1,7 +1,5 @@
 [Unit]
 Description=Network Manager
-Wants=network.target
-Before=network.target
 
 [Service]
 Type=dbus