OCaml 4.14.0 rebuild
[arch-packages.git] / ntp / trunk / ntpdate.service
blobe85852e276cb799a3201ba75f52d1bd31c5811b8
1 [Unit]
2 Description=One-Shot Network Time Service
3 After=network.target nss-lookup.target
4 Before=ntpd.service
6 [Service]
7 Type=oneshot
8 PrivateTmp=true
9 ExecStart=/usr/bin/ntpd -q -n -g -u ntp:ntp
11 [Install]
12 WantedBy=multi-user.target