]> git.ipfire.org Git - ipfire-3.x.git/blame - chrony/systemd/chrony-wait.service
Move all packages to root.
[ipfire-3.x.git] / chrony / systemd / chrony-wait.service
CommitLineData
164c0d73
MT
1[Unit]
2Description=Wait for chrony to synchronize system clock
3After=chronyd.service
4Requires=chronyd.service
5Before=time-sync.target
6Wants=time-sync.target
7
8[Service]
9Type=oneshot
10# Wait up to ~10 minutes for chronyd to synchronize and the remaining
11# clock correction to be less than 0.1 seconds
12ExecStart=/usr/bin/chronyc waitsync 60 0.1
13RemainAfterExit=yes
14
15[Install]
16WantedBy=multi-user.target