mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
smaller archive interval
This commit is contained in:
parent
6aa1e4c05d
commit
b33a31da7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue