summaryrefslogtreecommitdiff
path: root/chronyd.initd
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-30 06:09:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-10-30 06:09:18 -0700
commit13439651edef7ea0bafd095d29d5889f1d8c98b8 (patch)
tree1c4d149d9af619fe73f787221f683b5a4569ab16 /chronyd.initd
parentMaintainer logic (diff)
downloadchrony-openrc-13439651edef7ea0bafd095d29d5889f1d8c98b8.tar.xz
Altered path to /usr/bin
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"