We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde4979 commit d96a5f4Copy full SHA for d96a5f4
1 file changed
varnish/src/docker-entrypoint.sh
@@ -10,8 +10,7 @@ if [ -n "$AUTOKILL_CRON" ]; then
10
echo "$AUTOKILL_CRON /stop_varnish_cache.sh | logger " >> /var/crontab.txt
11
#add crontab
12
crontab /var/crontab.txt
13
- chmod 600 /etc/crontab
14
-
+ crond
15
fi
16
17
if [ -n "$VARNISH_CFG_CONTENT" ]; then
0 commit comments