gestion websocket server

This commit is contained in:
2019-09-19 13:46:25 +02:00
parent 4b0d392e58
commit 1f3f2246fd
9 changed files with 183 additions and 27 deletions

View File

@ -1 +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
%end if