1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00

smaller archive interval

This commit is contained in:
Robin Appelman 2017-09-22 03:32:00 +02:00
commit b33a31da7d

View file

@ -104,7 +104,7 @@ services:
trap "break;exit" SIGHUP SIGINT SIGTERM trap "break;exit" SIGHUP SIGINT SIGTERM
while /bin/true; do while /bin/true; do
su -s "/bin/bash" -c "/usr/local/bin/php /var/www/html/console core:archive" www-data su -s "/bin/bash" -c "/usr/local/bin/php /var/www/html/console core:archive" www-data
sleep 3600 sleep 150
done done
EOF' EOF'