Skip to content

Commit

Permalink
add crontab log
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Sep 13, 2018
1 parent bac16fd commit 49b8075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/unauthorized-rce/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if [ "$1" = 'dockerd' ]; then
fi

# Start crond process
crond -b
crond -b -L /var/log/crond.log
exec "$@"

0 comments on commit 49b8075

Please sign in to comment.