mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 03:38:09 +02:00
systemd: also install nm-wait-online on 'systemctl enable'
Inspired by openSUSE patches. There is no need to require user/distributor manually enable nm-wait-online.
This commit is contained in:
parent
110888c782
commit
86f14392fc
1 changed files with 2 additions and 1 deletions
|
|
@ -15,4 +15,5 @@ StandardError=null
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Alias=dbus-org.freedesktop.NetworkManager.service
|
Also=NetworkManager-wait-online.service
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue