mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 03:30:32 +01:00
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:
parent
936a70bf4a
commit
859099f353
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue