From 3b5ce8351508e641c97d72fc1e204efa71d725a4 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 3 Nov 2023 23:51:47 +0000 Subject: [PATCH] Update crontabs for root and tadgy. --- var/spool/cron/root | 3 +++ var/spool/cron/tadgy | 2 ++ 2 files changed, 5 insertions(+) diff --git a/var/spool/cron/root b/var/spool/cron/root index 6087646..ca2dcf7 100644 --- a/var/spool/cron/root +++ b/var/spool/cron/root @@ -3,6 +3,9 @@ 0 0 * * * ID=sys-daily /usr/bin/run-parts /etc/cron.daily >/dev/null 0 0 * * 0 ID=sys-weekly /usr/bin/run-parts /etc/cron.weekly >/dev/null 0 0 1 * * ID=sys-monthly /usr/bin/run-parts /etc/cron.monthly >/dev/null + +0 * * * * /opt/bin/git-auto-merge + # BEGIN GIT MAINTENANCE SCHEDULE # The following schedule was created by Git # Any edits made in this region might be diff --git a/var/spool/cron/tadgy b/var/spool/cron/tadgy index f47ccb3..97c3ac8 100644 --- a/var/spool/cron/tadgy +++ b/var/spool/cron/tadgy @@ -1,3 +1,5 @@ +0 * * * * /opt/bin/git-auto-merge + # BEGIN GIT MAINTENANCE SCHEDULE # The following schedule was created by Git # Any edits made in this region might be