systemd: order NetworkManager.serivce after network-pre.target

https://bugzilla.gnome.org/show_bug.cgi?id=761001
(cherry picked from commit 9c3187027c)
This commit is contained in:
Thomas Haller 2016-01-23 16:54:33 +01:00
parent 936a70bf4a
commit 859099f353

View file

@ -1,7 +1,7 @@
[Unit]
Description=Network Manager
Wants=network.target
After=dbus.service
After=network-pre.target dbus.service
Before=network.target @DISTRO_NETWORK_SERVICE@
[Service]