diff options
| author | Laurent Bigonville <bigon@bigon.be> | 2013-12-09 19:24:33 +0100 |
|---|---|---|
| committer | Laurent Bigonville <bigon@bigon.be> | 2013-12-09 20:13:19 +0100 |
| commit | 96649d112bc12b737ace509d790eef0b289b3716 (patch) | |
| tree | bd289198bef5517aa42467c37077962eafa3bf0d /debian/patches/03-systemd.patch | |
| parent | 4f5bce36fa1480b213c770fd4cdcbb35bb954b22 (diff) | |
debian/patches/03-systemd.patch, debian/network-manager.links: Install a symlink instead of using an Alias= to mask the initscript (Closes: #719703)
Diffstat (limited to 'debian/patches/03-systemd.patch')
| -rw-r--r-- | debian/patches/03-systemd.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/patches/03-systemd.patch b/debian/patches/03-systemd.patch index 7d3d3d9d..2597d698 100644 --- a/debian/patches/03-systemd.patch +++ b/debian/patches/03-systemd.patch @@ -1,6 +1,4 @@ Description: Debian specific tweaks for NetworkManager systemd service file - - Install an alias named network-manager.service as the legacy SysV init script - in Debian is called network-manager. - 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> @@ -14,10 +12,3 @@ Author: Michael Biebl <biebl@debian.org> [Service] Type=dbus -@@ -17,5 +15,5 @@ - [Install] - WantedBy=multi-user.target - Alias=dbus-org.freedesktop.NetworkManager.service -+Alias=network-manager.service - Also=NetworkManager-dispatcher.service -- |