restart websocket all 30mn

This commit is contained in:
afornerot 2020-02-12 09:50:08 +01:00
parent f034863e2a
commit d26c4c26f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
* * * * * root /var/www/html/ninegate/scripts/ninegate-cron.sh &>/dev/null
%if %%getVar("ninegate_activate_websocket", 'non') == "oui"
* * * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh restartifdown &>/dev/null
0 5 * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh &>/dev/null
*/30 * * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh &>/dev/null
%end if