From 6866a71a2a6e44a1bc6ccfd6cc46dda40b031962 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 4 Apr 2025 12:40:50 +0200 Subject: [PATCH] add auto conf stop cron rule --- etc/cron.d/telecaster | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/cron.d/telecaster b/etc/cron.d/telecaster index e2b0e35..45e535f 100644 --- a/etc/cron.d/telecaster +++ b/etc/cron.d/telecaster @@ -8,3 +8,4 @@ 29 * * * * root chmod -R u+rwX,g+rwX,o-w /home/telecaster/archives 30 * * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py telecaster-rsync-archives 0 1 * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py teleforma-pull-metadata Pre-Barreau +55 23 * * * telecaster /srv/telecaster/instance/env/bin/python /srv/telecaster/instance/manage.py teleforma-stop-all-conferences -- 2.39.5