1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-12 15:21:19 +03:00

Merge pull request #691 from teg/networkd-after-sysctl

units: order networkd after sysctl
This commit is contained in:
Daniel Mack 2015-07-23 21:23:49 +02:00
commit bd5ecd55c8

View File

@ -12,7 +12,7 @@ ConditionCapability=CAP_NET_ADMIN
DefaultDependencies=no
# dbus.service can be dropped once on kdbus, and systemd-udevd.service can be
# dropped once tuntap is moved to netlink
After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service
After=systemd-udevd.service dbus.service network-pre.target systemd-sysusers.service systemd-sysctl.service
Before=network.target multi-user.target shutdown.target
Conflicts=shutdown.target
Wants=network.target