Blame SOURCES/chrony-wait.service

c2c5e4
[Unit]
c2c5e4
Description=Wait for chrony to synchronize system clock
c2c5e4
After=chronyd.service
c2c5e4
Requires=chronyd.service
c2c5e4
Before=time-sync.target
c2c5e4
Wants=time-sync.target
c2c5e4
c2c5e4
[Service]
c2c5e4
Type=oneshot
c2c5e4
# Wait up to ~10 minutes for chronyd to synchronize and the remaining
c2c5e4
# clock correction to be less than 0.1 seconds
c2c5e4
ExecStart=/usr/bin/chronyc waitsync 60 0.1
c2c5e4
RemainAfterExit=yes
c2c5e4
StandardOutput=null
c2c5e4
c2c5e4
[Install]
c2c5e4
WantedBy=multi-user.target