From 57d5684451baec572e688d9ba5c48ab74dbad50a Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Mon, 11 Dec 2017 09:21:32 +0100 Subject: [PATCH] crontab_player_restart cron file added --- crontab_player_restart | 1 + 1 file changed, 1 insertion(+) create mode 100644 crontab_player_restart 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' -- 2.1.4