use standard chronyd config file, but make sure it starts after docker as it is slow

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack
2015-12-23 12:50:35 +00:00
parent aecec4c4e2
commit 4165acdd88
3 changed files with 6 additions and 71 deletions

View File

@@ -6,3 +6,9 @@ command_args="daemon -p \"${pidfile}\" ${DOCKER_OPTS}"
DOCKER_LOGFILE="${DOCKER_LOGFILE:-/var/log/${RC_SVCNAME}.log}"
start_stop_daemon_args="--background \
--stderr \"${DOCKER_LOGFILE}\" --stdout \"${DOCKER_LOGFILE}\""
depend()
{
after 9pudc
before chronyd
}