mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
230 B
SYSTEMD
13 lines
230 B
SYSTEMD
|
[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
|