summaryrefslogtreecommitdiff
path: root/systemd-units/ntpd-boot.service.in
blob: 17318c667c7aeb0de2c3e7c483c80441347006bd (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Set clock at boot with NTP
Before=network.target
Before=ntpd.service

[Service]
Type=oneshot
ExecStart=/usr/sbin/run-ntpd-with-config -n -q
Restart=on-failure
RestartSec=15