mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
Fix the docker.log output filename
This commit is contained in:
parent
d4ab304c67
commit
48a8bc87f6
@ -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