Blame SOURCES/ntpd.service

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