void-packages/srcpkgs/ntp/files/ntpdate.service

13 lines
229 B
Desktop File

[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 -g -u ntpd:ntpd
[Install]
WantedBy=multi-user.target