forked from pool/systemd
68483c1664
- Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092 - Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165 - Add 1098-systemd-networkd-alias-network-service.patch to alias network.service the same way NetworkManager and wicked does. This is needed by yast2 and other parts of the system. boo#933092 - Modify patch 1021-udev-re-add-persistent-net-rules.patch to use the new return values of proc_cmdline() in enable_name_policy() this should fix boo#931165 OBS-URL: https://build.opensuse.org/request/show/309834 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=872
11 lines
355 B
Diff
11 lines
355 B
Diff
Index: systemd-219/units/systemd-networkd.service.in
|
|
===================================================================
|
|
--- systemd-219.orig/units/systemd-networkd.service.in
|
|
+++ systemd-219/units/systemd-networkd.service.in
|
|
@@ -29,4 +29,5 @@ WatchdogSec=1min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
+Alias=network.service
|
|
Also=systemd-networkd.socket
|