diff options
author | Tom Gundersen <teg@jklm.no> | 2014-05-13 09:39:03 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-13 12:44:22 +0200 |
commit | 09681374393d74d9d6c92e44f9e6fa091ad61555 (patch) | |
tree | efae47829638a6cd22eba8d9d57410cdd049106e /units/systemd-timesyncd.service.in | |
parent | 9ae702110457a555ffc6ff7b59e203ead067db66 (diff) |
timesyncd: start after networkd
This is needed for the network monitor to work (as it requires networkd to set up the correct directories first).
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r-- | units/systemd-timesyncd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index 4a363f71ca..21015c64b1 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -9,6 +9,7 @@ Description=Network Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME +After=systemd-networkd.service [Service] Type=notify |