]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - chrony/systemd/chronyd.service
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / chrony / systemd / chronyd.service
CommitLineData
164c0d73
MT
1[Unit]
2Description=NTP client/server
3After=syslog.target ntpdate.service
4Conflicts=ntpd.service
5
6[Service]
7EnvironmentFile=-/etc/sysconfig/chronyd
45ec81cf 8ExecStartPre=/usr/lib/chrony-helper generate-commandkey
164c0d73 9ExecStart=/usr/sbin/chronyd -n -u chrony $OPTIONS
45ec81cf 10ExecStartPost=/usr/lib/chrony-helper add-dhclient-servers
164c0d73
MT
11
12[Install]
13WantedBy=multi-user.target