PKGBUILDs/extra/ntp/ntpdate.service

13 lines
230 B
SYSTEMD
Raw Normal View History

2017-01-14 21:15:43 +00:00
[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