d011d97abb
- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. OBS-URL: https://build.opensuse.org/request/show/832016 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1113
30 lines
843 B
Diff
30 lines
843 B
Diff
From 0adc3f402aeeadd73a0977ca6a1bc65d3d4201c1 Mon Sep 17 00:00:00 2001
|
|
From: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de>
|
|
Date: Tue, 2 Jun 2015 13:33:24 +0000
|
|
Subject: [PATCH 07/12] networkd: make network.service an alias of
|
|
systemd-networkd.service
|
|
|
|
NetworkManager and wicked does this already. This is needed by yast2
|
|
and other parts of the system.
|
|
|
|
[fixes boo#933092]
|
|
---
|
|
units/systemd-networkd.service.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in
|
|
index 2673146841..083a35b912 100644
|
|
--- a/units/systemd-networkd.service.in
|
|
+++ b/units/systemd-networkd.service.in
|
|
@@ -50,6 +50,7 @@ User=systemd-network
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
+Alias=network.service
|
|
Also=systemd-networkd.socket
|
|
Alias=dbus-org.freedesktop.network1.service
|
|
|
|
--
|
|
2.26.2
|
|
|