chrony/chronyd.service

15 lines
364 B
SYSTEMD
Raw Normal View History

2011-01-31 17:11:50 +00:00
[Unit]
Description=NTP client/server
After=ntpdate.service sntp.service ntpd.service
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
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