units: don't pull in time-sync.target from systemd-timesyncd.service

systemd-timesyncd.service only applies the much weaker monotonic clock
from file logic, i.e should pull in and order itself before
time-set.target. The strong time-sync.target unit is pulled in by
systemd-time-wait-sync.service.
This commit is contained in:
Lennart Poettering 2020-12-17 20:19:44 +01:00
parent 95231c7215
commit d2004ee568
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DefaultDependencies=no
After=systemd-sysusers.service
Before=time-set.target sysinit.target shutdown.target
Conflicts=shutdown.target
Wants=time-set.target time-sync.target
Wants=time-set.target
[Service]
AmbientCapabilities=CAP_SYS_TIME