pool/web/loop2.sh
Tanguy Pruvot 5f95cc1d7c cron: create a class to handle console threads
for now, only migrate loop2.sh screen task...

todo: blocks.sh and main.sh after more tests
2017-07-29 22:51:47 +02:00

13 lines
171 B
Bash
Executable file

#!/bin/bash
PHP_CLI='php -d max_execution_time=120'
date
cd /var/web
while true; do
${PHP_CLI} runconsole.php cronjob/runLoop2
sleep 60
done
exec bash