summarylogtreecommitdiffstats
path: root/ntpdate.service
blob: e85852e276cb799a3201ba75f52d1bd31c5811b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=One-Shot Network Time Service
After=network.target nss-lookup.target
Before=ntpd.service

[Service]
Type=oneshot
PrivateTmp=true
ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp

[Install]
WantedBy=multi-user.target