slight hack to start up chronyd in the background as it is very slow

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-11 14:58:21 +00:00
parent 66c349a0db
commit 4e6c850e7e

View File

@ -55,8 +55,7 @@ start() {
start-stop-daemon --start --quiet \
--exec /usr/sbin/chronyd \
--pidfile "${PIDFILE}" \
-- -f "${CFGFILE}" ${ARGS}
eend $? "Failed to start chronyd"
-- -f "${CFGFILE}" ${ARGS} &
}
stop() {