7 lines
322 B
Plaintext
7 lines
322 B
Plaintext
* * * * * 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
|
|
*/30 * * * * root /var/www/html/ninegate/scripts/ninegate-websocket.sh &>/dev/null
|
|
%end if
|
|
|