From 2bee2fde61abda636398286e77b0c72cb9bdd669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 22 May 2017 15:28:59 +0200 Subject: itzks-systems-filter: Added cronjob for e2guardian-update-shallalists script. --- etc/cron.d/itzks-systems-filter | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/cron.d/itzks-systems-filter diff --git a/etc/cron.d/itzks-systems-filter b/etc/cron.d/itzks-systems-filter new file mode 100644 index 0000000..64a1610 --- /dev/null +++ b/etc/cron.d/itzks-systems-filter @@ -0,0 +1,7 @@ +#!/bin/bash + +MAILTO=root +PATH=/usr/bin:/bin:/usr/sbin:/sbin + +#run e2guardian-update-shallalists script +0 21 * * 0 [ -x /usr/local/sbin/e2guardian-update-shallalists ] && http_proxy="" /usr/local/sbin/e2guardian-update-shallalists -- cgit v1.2.3