diff options
Diffstat (limited to 'units/systemd-timesyncd.service.in')
-rw-r--r-- | units/systemd-timesyncd.service.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/units/systemd-timesyncd.service.in b/units/systemd-timesyncd.service.in index a20621dd58..17b60d08c4 100644 --- a/units/systemd-timesyncd.service.in +++ b/units/systemd-timesyncd.service.in @@ -9,13 +9,12 @@ Description=Network Time Synchronization Documentation=man:systemd-timesyncd.service(8) ConditionCapability=CAP_SYS_TIME -DefaultDependencies=off +DefaultDependencies=no RequiresMountsFor=/var/lib/systemd/clock After=systemd-remount-fs.service systemd-tmpfiles-setup.service systemd-sysusers.service -Before=sysinit.target shutdown.target +Before=time-sync.target sysinit.target shutdown.target Conflicts=shutdown.target Wants=time-sync.target -Before=time-sync.target [Service] Type=notify |