mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
246 B
SYSTEMD
14 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Network Time Service
|
||
|
After=network.target nss-lookup.target
|
||
|
Conflicts=systemd-timesyncd.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PrivateTmp=true
|
||
|
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|