From 7270bec2af20ca457cec74732daec9d7157efd5f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 31 Oct 2018 00:08:57 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 1 + cron.d/living | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 cron.d/living 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 -- 2.39.5