diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 23:31:21 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 23:31:21 +0100 |
| commit | fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a (patch) | |
| tree | c9f309e174d73993c61b2823faea0b0f9ab1025b /etc/cron.d/push-repo-mirrors | |
| parent | 3fb6d16f40a6b1c4bc4ec4c394d369780bd9489c (diff) | |
| download | git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.gz git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.bz2 git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.xz git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.zip | |
recreate cron jobs using names instead of times
Diffstat (limited to 'etc/cron.d/push-repo-mirrors')
| -rw-r--r-- | etc/cron.d/push-repo-mirrors | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
