mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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 \
|
start-stop-daemon --start --quiet \
|
||||||
--exec /usr/sbin/chronyd \
|
--exec /usr/sbin/chronyd \
|
||||||
--pidfile "${PIDFILE}" \
|
--pidfile "${PIDFILE}" \
|
||||||
-- -f "${CFGFILE}" ${ARGS}
|
-- -f "${CFGFILE}" ${ARGS} &
|
||||||
eend $? "Failed to start chronyd"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user