Skip to content

Commit d96a5f4

Browse files
author
valentinab25
committed
Add crond start
1 parent dde4979 commit d96a5f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

varnish/src/docker-entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ if [ -n "$AUTOKILL_CRON" ]; then
1010
echo "$AUTOKILL_CRON /stop_varnish_cache.sh | logger " >> /var/crontab.txt
1111
#add crontab
1212
crontab /var/crontab.txt
13-
chmod 600 /etc/crontab
14-
13+
crond
1514
fi
1615

1716
if [ -n "$VARNISH_CFG_CONTENT" ]; then

0 commit comments

Comments
 (0)