mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
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:
parent
66c349a0db
commit
4e6c850e7e
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user