mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #22 from dsheets/fix-docker-log
Fix the docker.log output filename
This commit is contained in:
commit
2faff22893
@ -20,7 +20,7 @@ fi
|
||||
|
||||
command_args="daemon -p \"${pidfile}\" ${DOCKER_OPTS}"
|
||||
|
||||
DOCKER_LOGFILE="/var/log/docker.log}"
|
||||
DOCKER_LOGFILE="/var/log/docker.log"
|
||||
|
||||
start_stop_daemon_args="--background \
|
||||
--stderr \"${DOCKER_LOGFILE}\" --stdout \"${DOCKER_LOGFILE}\""
|
||||
|
Loading…
Reference in New Issue
Block a user