]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - ntp/systemd/ntp-wait.service
rrdtool: Update to 1.7.1
[people/pmueller/ipfire-3.x.git] / ntp / systemd / ntp-wait.service
CommitLineData
5af29fb3
MT
1[Unit]
2Description=Wait for ntpd to synchronize system clock
3After=ntpd.service
4Requires=ntpd.service
5Before=time-sync.target
6Wants=time-sync.target
7
8[Service]
9Type=oneshot
10ExecStart=/usr/sbin/ntp-wait
11RemainAfterExit=yes
12
13[Install]
14WantedBy=multi-user.target