From fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 23:31:21 +0100 Subject: recreate cron jobs using names instead of times --- etc/cron.d/push-repo-mirrors | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/cron.d/push-repo-mirrors (limited to 'etc/cron.d/push-repo-mirrors') diff --git a/etc/cron.d/push-repo-mirrors b/etc/cron.d/push-repo-mirrors new file mode 100644 index 0000000..a87de6b --- /dev/null +++ b/etc/cron.d/push-repo-mirrors @@ -0,0 +1 @@ +* * * * * git /bin/bash /scripts/push-repo-mirrors.bash >> /home/git/.logs/push-repo-mirrors.log 2>&1 -- cgit v1.2.3