From 13439651edef7ea0bafd095d29d5889f1d8c98b8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 30 Oct 2018 06:09:18 -0700 Subject: Altered path to /usr/bin --- chronyd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chronyd.initd') 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" -- cgit v1.2.1