ntp/ntpd.service

14 lines
301 B
SYSTEMD
Raw Normal View History

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