buildroot/package/chrony/chrony.service
Christian Stewart 7ce32aa271 package/chrony: fix systemd service
Fixes the systemd service, the binary is located at /usr/sbin not
/usr/bin.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-15 13:00:56 +02:00

12 lines
212 B
Desktop File

[Unit]
Description=Chrony Network Time Daemon
After=syslog.target network.target
Conflicts=systemd-timesyncd.service
[Service]
ExecStart=/usr/sbin/chronyd -n
Restart=always
[Install]
WantedBy=multi-user.target