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

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