Update crontabs.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-03 23:58:48 +00:00
commit c3b88dd9c5
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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