ntp/ntpd.service
2021-12-04 17:29:10 +08:00

14 lines
301 B
Desktop File

[Unit]
Description=Network Time Service
After=syslog.target ntpdate.service sntp.service
Conflicts=chronyd.service systemd-timesyncd.service
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/ntpd
ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS
PrivateTmp=true
[Install]
WantedBy=multi-user.target