summaryrefslogtreecommitdiffstats
path: root/package/chrony
diff options
context:
space:
mode:
authorChristian Stewart <christian@paral.in>2016-07-14 12:05:02 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-15 13:00:56 +0200
commit7ce32aa271fd7e9e72bbef6119be038e834c677a (patch)
tree4e9c08db3adc94cc7d5e2bc0fa827606392a8d19 /package/chrony
parent151cc4fdcb3c9dfe646a6881ebdc0da157b58a25 (diff)
downloadbuildroot-7ce32aa271fd7e9e72bbef6119be038e834c677a.tar.gz
buildroot-7ce32aa271fd7e9e72bbef6119be038e834c677a.zip
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>
Diffstat (limited to 'package/chrony')
-rw-r--r--package/chrony/chrony.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/chrony/chrony.service b/package/chrony/chrony.service
index 6000fce40c..325b63c492 100644
--- a/package/chrony/chrony.service
+++ b/package/chrony/chrony.service
@@ -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]
OpenPOWER on IntegriCloud