2011-01-31 17:11:50 +00:00
|
|
|
[Unit]
|
|
|
|
Description=NTP client/server
|
2013-10-03 09:41:14 +00:00
|
|
|
After=ntpdate.service sntp.service ntpd.service
|
2014-06-09 11:59:22 +00:00
|
|
|
Conflicts=ntpd.service systemd-timesyncd.service
|
2011-01-31 17:11:50 +00:00
|
|
|
|
|
|
|
[Service]
|
2011-09-06 13:46:25 +00:00
|
|
|
Type=forking
|
2013-11-19 14:27:19 +00:00
|
|
|
PIDFile=/var/run/chronyd.pid
|
2011-07-13 14:53:20 +00:00
|
|
|
EnvironmentFile=-/etc/sysconfig/chronyd
|
2014-06-09 09:40:26 +00:00
|
|
|
ExecStart=/usr/sbin/chronyd $OPTIONS
|
2011-06-24 13:36:06 +00:00
|
|
|
ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers
|
2011-01-31 17:11:50 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|