X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fetc%2Fcron.d%2Fian;h=749884a2cef95b15cbfc28fbfad98ca9139599e1;hb=9d5638298349b859d69c95a88d3e6270fced62f9;hp=2874944e9a7a3dfcf65eaf940ee423ebef702e65;hpb=f6501ed8450080e799b9293a2b38f3381e791db4;p=distro-setup diff --git a/filesystem/etc/cron.d/ian b/filesystem/etc/cron.d/ian index 2874944..749884a 100644 --- a/filesystem/etc/cron.d/ian +++ b/filesystem/etc/cron.d/ian @@ -2,3 +2,7 @@ SHELL=/bin/bash */10 * * * * iank /a/exe/rootsshsync 2>&1 | /usr/local/bin/log-once -15 rootsshsync # this goes into bash prompt, does in cron for more efficient shell * * * * * iank /a/exe/system-status 2>&1 | /usr/local/bin/log-once system-status +2 * * * * iank /a/exe/check-remote-mailqs 2>&1 | /usr/local/bin/log-once check-remote-mailqs +# If theres any logged errors we didnt handle in 5 days, maybe we accidentally missed them, +# so report if we did +4 9 * * 5 root find /var/local/cron-errors /home/iank/cron-errors -type f -mtime +5 \ No newline at end of file