From ca555aa84835378e4d643cbeb3f4a0b974286991 Mon Sep 17 00:00:00 2001 From: Christopher Berger Date: Thu, 28 May 2026 13:51:48 +0000 Subject: [PATCH] Add mailcow-cert-push.timer --- mailcow-cert-push.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mailcow-cert-push.timer diff --git a/mailcow-cert-push.timer b/mailcow-cert-push.timer new file mode 100644 index 0000000..ba9949f --- /dev/null +++ b/mailcow-cert-push.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Run mailcow cert push twice daily + +[Timer] +OnCalendar=*-*-* 03,15:00:00 +Persistent=true +RandomizedDelaySec=300 + +[Install] +WantedBy=timers.target \ No newline at end of file