From: Frank Brehm Date: Tue, 30 Oct 2018 23:08:57 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=7270bec2af20ca457cec74732daec9d7157efd5f;p=config%2Fbruni%2Fetc-mint.git daily autocommit --- diff --git a/.etckeeper b/.etckeeper index 2feeb46..a73c452 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1062,6 +1062,7 @@ maybe chmod 0755 'cron.d' maybe chmod 0644 'cron.d/.placeholder' maybe chmod 0644 'cron.d/anacron' maybe chmod 0644 'cron.d/greetings' +maybe chmod 0644 'cron.d/living' maybe chmod 0644 'cron.d/mdadm' maybe chmod 0755 'cron.daily' maybe chmod 0644 'cron.daily/.placeholder' diff --git a/cron.d/living b/cron.d/living new file mode 100644 index 0000000..936a59b --- /dev/null +++ b/cron.d/living @@ -0,0 +1,2 @@ +* * * * * root /usr/bin/logger -p local6.info "Ich lebe noch" +*/3 * * * * root curl -4 -s -S 'http://www.uhu-banane.de/hallo.txt' >/dev/null