From: Neszt Tibor Date: Mon, 11 Dec 2017 08:21:32 +0000 (+0100) Subject: crontab_player_restart cron file added X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=57d5684451baec572e688d9ba5c48ab74dbad50a;p=yawep.git crontab_player_restart cron file added --- diff --git a/crontab_player_restart b/crontab_player_restart new file mode 100644 index 0000000..ab21347 --- /dev/null +++ b/crontab_player_restart @@ -0,0 +1 @@ +__MINUTE__ __HOUR__ * * * www-data curl 'http://127.0.0.1/yawep/index.php?config=1&stop=1' && curl 'http://127.0.0.1/yawep/index.php?config=1&start=1'