ninegate/tmpl/ninegate.cron

7 lines
319 B
Plaintext
Raw Normal View History

2019-04-17 17:27:19 +02:00
* * * * * root /var/www/html/ninegate/scripts/ninegate-cron.sh &>/dev/null
2019-09-19 13:46:25 +02:00
%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