# HG changeset patch # User Pascal Bellard # Date 1443389189 -7200 # Node ID c3ed293b72d9ded5ed5c054e251be6b761e461b2 # Parent 75fe6eb7e7bdc57abd0e48eeff15fe80bba8bb42 cooker: crontab for the poke button (again) diff -r 75fe6eb7e7bd -r c3ed293b72d9 cooker --- a/cooker Sun Sep 27 23:24:30 2015 +0200 +++ b/cooker Sun Sep 27 23:26:29 2015 +0200 @@ -299,6 +299,7 @@ */5 * * * * [ $CACHE/cooker-request -nt $CACHE/activity ] && /usr/bin/cooker --output=html EOT touch $CACHE/cooker-request + chmod 666 $CACHE/cooker-request killall crond 2>/dev/null && /etc/init.d/crond start fi ;;