2011-01-31 17:11:50 +00:00
|
|
|
[Unit]
|
|
|
|
Description=NTP client/server
|
|
|
|
After=syslog.target ntpdate.service
|
|
|
|
Conflicts=ntpd.service
|
|
|
|
|
|
|
|
[Service]
|
2011-06-24 13:36:06 +00:00
|
|
|
ExecStartPre=/usr/libexec/chrony-helper generate-commandkey
|
2011-01-31 17:11:50 +00:00
|
|
|
ExecStart=/usr/sbin/chronyd -n -u chrony
|
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
|