diff options
author | Tom Gundersen <teg@jklm.no> | 2014-01-13 23:48:28 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-01-16 20:32:08 +0100 |
commit | 1346b1f0388f4100bb3c2a2bb23bc881769c020c (patch) | |
tree | 2e6aa6dc4d2a834156bb082408e9220018c039f6 /units | |
parent | 6fc73498945da749744041d4e10cf8dfac5c3bc6 (diff) |
sd-dhcp-client/networkd: add transient hostname support
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-networkd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index c12f3983ea..850193b53c 100644 --- a/units/systemd-networkd.service.in +++ b/units/systemd-networkd.service.in @@ -9,6 +9,7 @@ Description=Network Service Documentation=man:systemd-networkd.service(8) DefaultDependencies=no +After=dbus.socket Before=network.target Wants=network.target ConditionCapability=CAP_NET_ADMIN |