logcheck -> weekly
This commit is contained in:
parent
e46e99242a
commit
6df9069741
|
@ -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
|
Loading…
Reference in New Issue