2022-02-09 05:14:39 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Network Time Service
|
|
|
|
After=network.target nss-lookup.target
|
|
|
|
Conflicts=systemd-timesyncd.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
PrivateTmp=true
|
2022-04-01 00:35:18 -04:00
|
|
|
ExecStartPre=/usr/bin/ntpd -Ggq
|
|
|
|
ExecStart=/usr/bin/ntpd -g -u ntp:ntp
|
2022-02-09 05:14:39 -05:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|