summaryrefslogtreecommitdiff
path: root/chronyd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'chronyd.initd')
-rw-r--r--chronyd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/chronyd.initd b/chronyd.initd
index d27d27e..bb70f55 100644
--- a/chronyd.initd
+++ b/chronyd.initd
@@ -50,7 +50,7 @@ start() {
start-stop-daemon \
--start \
--quiet \
- --exec /usr/sbin/chronyd \
+ --exec /usr/bin/chronyd \
--pidfile "${PIDFILE}" \
-- -f "${CFGFILE}" ${ARGS}
eend $? "Failed to start chronyd"