Blame SOURCES/ntpd.service

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