diff --git a/cron.hourly/logcheck.cron b/cron.hourly/logcheck.cron index 3b3f4fc..e69de29 100644 --- a/cron.hourly/logcheck.cron +++ b/cron.hourly/logcheck.cron @@ -1,10 +0,0 @@ -#!/bin/bash - -set -e - -if [ ! -d /var/lock/logcheck ]; then - mkdir -p /var/lock/logcheck -fi -chown -R logcheck:logcheck /var/lock/logcheck - -su -s /bin/bash -c /usr/sbin/logcheck logcheck diff --git a/cron.daily/logcheck.cron b/cron.weekly/logcheck.cron similarity index 100% rename from cron.daily/logcheck.cron rename to cron.weekly/logcheck.cron