From d539eae54ebb10178d45be4fbb361a32686d2251 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 21 Mar 2018 22:22:21 +0100 Subject: [PATCH] debian: add cron job for new invoices notifications (#22718) --- debian/combo.cron.d | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/combo.cron.d diff --git a/debian/combo.cron.d b/debian/combo.cron.d new file mode 100644 index 00000000..58b6ce88 --- /dev/null +++ b/debian/combo.cron.d @@ -0,0 +1,3 @@ +MAILTO=root + +0 8 * * * combo /usr/bin/combo/combo-manage tenant_command notify_new_remote_invoices --all-tenants -v0