diff options
author | punk <punk@libernaut> | 2021-04-29 16:11:04 +0100 |
---|---|---|
committer | punk <punk@libernaut> | 2021-04-29 16:11:25 +0100 |
commit | 9bef2e2b7ea351b6b1cb490597356677db61ff34 (patch) | |
tree | c36ae24aa3c36f6c19284c7d4da7c25a620bfabf /tools/conf/etc/logrotate.d/samhain | |
parent | 6b5cf63d1987889e272643bf7eeb7725df856d11 (diff) | |
parent | 5e601f7ee14830ef645ee3d3b1bcdce7450a5ce3 (diff) | |
download | doc-master.tar.gz |
Diffstat (limited to 'tools/conf/etc/logrotate.d/samhain')
-rw-r--r-- | tools/conf/etc/logrotate.d/samhain | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/conf/etc/logrotate.d/samhain b/tools/conf/etc/logrotate.d/samhain deleted file mode 100644 index d60f810..0000000 --- a/tools/conf/etc/logrotate.d/samhain +++ /dev/null @@ -1,24 +0,0 @@ -/var/log/samhain.log { - weekly - rotate 52 - nocreate - missingok - compress - - prerotate - if test -f /var/run/samhain.pid; then \ - PIN=`cat /var/run/samhain.pid`; \ - /bin/kill -TTIN $PIN; \ - sleep 1; \ - AA=0; \ - while test "x$AA" != "x120"; do \ - AA=$(( AA + 1 )); \ - if test -f /var/log/samhain.log.lock; then \ - sleep 1; \ - else \ - break; \ - fi \ - done; \ - fi - endscript -} |