]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/chrony: fix systemd service
authorChristian Stewart <christian@paral.in>
Thu, 14 Jul 2016 19:05:02 +0000 (12:05 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 11:00:56 +0000 (13:00 +0200)
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>
package/chrony/chrony.service

index 6000fce40ce37fb1cc0063b601ef828eafba8bae..325b63c492b2889680a665413cc2715eb4c0865c 100644 (file)
@@ -4,7 +4,7 @@ After=syslog.target network.target
 Conflicts=systemd-timesyncd.service
 
 [Service]
-ExecStart=/usr/bin/chronyd -n
+ExecStart=/usr/sbin/chronyd -n
 Restart=always
 
 [Install]