mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-05 08:52:23 +00:00
Merge pull request #22 from dsheets/fix-docker-log
Fix the docker.log output filename
This commit is contained in:
@@ -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}\""
|
||||
|
Reference in New Issue
Block a user