logcheck -> weekly

This commit is contained in:
Kolan Sh 2018-01-13 08:19:27 +03:00
parent e46e99242a
commit 6df9069741
2 changed files with 0 additions and 10 deletions

View File

@ -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