diff options
Diffstat (limited to 'debian/patches/03-systemd.patch')
| -rw-r--r-- | debian/patches/03-systemd.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/03-systemd.patch b/debian/patches/03-systemd.patch deleted file mode 100644 index 2597d698..00000000 --- a/debian/patches/03-systemd.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 |