From f007d349cdccce13918989446be50d74b00d61b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 4 Feb 2021 22:39:16 +0100 Subject: [PATCH] debian: explain that cron jobs are now managed by uwsgi (see #50870) --- debian/chrono.cron.d | 1 + debian/chrono.cron.daily | 1 + debian/chrono.cron.hourly | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/chrono.cron.d b/debian/chrono.cron.d index e69de29b..44d67ee1 100644 --- a/debian/chrono.cron.d +++ b/debian/chrono.cron.d @@ -0,0 +1 @@ +# chrono cron jobs are handled by uwsgi, see /etc/chrono/uwsgi.ini diff --git a/debian/chrono.cron.daily b/debian/chrono.cron.daily index 50d48845..23cee5d1 100644 --- a/debian/chrono.cron.daily +++ b/debian/chrono.cron.daily @@ -1 +1,2 @@ #! /bin/sh +# chrono cron jobs are handled by uwsgi, see /etc/chrono/uwsgi.ini diff --git a/debian/chrono.cron.hourly b/debian/chrono.cron.hourly index 50d48845..23cee5d1 100644 --- a/debian/chrono.cron.hourly +++ b/debian/chrono.cron.hourly @@ -1 +1,2 @@ #! /bin/sh +# chrono cron jobs are handled by uwsgi, see /etc/chrono/uwsgi.ini