mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 05:50:06 +01:00
systemd: order NetworkManager.serivce after network-pre.target
https://bugzilla.gnome.org/show_bug.cgi?id=761001
This commit is contained in:
parent
b72cdb75d8
commit
9c3187027c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Network Manager
|
Description=Network Manager
|
||||||
Wants=network.target
|
Wants=network.target
|
||||||
After=dbus.service
|
After=network-pre.target dbus.service
|
||||||
Before=network.target @DISTRO_NETWORK_SERVICE@
|
Before=network.target @DISTRO_NETWORK_SERVICE@
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue