prva verzija za stretch, novi upstream release
[clamav-unofficial-sigs.git] / debian / logrotate
1 # https://eXtremeSHOK.com ######################################################
2 # This file contains the logrotate settings for clamav-unofficial-sigs.sh
3 ###################
4 # This is property of eXtremeSHOK.com
5 # You are free to use, modify and distribute, however you may not remove this notice.
6 # Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
7 ##################
8 #
9 # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
10 #
11 # Originially based on:
12 # Script provide by Bill Landry (unofficialsigs@gmail.com).
13 #
14 # License: BSD (Berkeley Software Distribution)
15 #
16 ##################
17 # Automatically Generated: Tue Jul  3 00:38:22 CEST 2018
18 ##################
19 #
20 # This logrotate file will rotate the logs generated by the clamav-unofficial-sigs.sh
21 #
22 # To Adjust the logrotate values, edit your configs and run
23 # bash clamav-unofficial-sigs.sh --install-logrotate to generate a new file.
24
25 /var/log/clamav-unofficial-sigs/clamav-unofficial-sigs.log {
26   weekly
27   rotate 4
28   missingok
29   notifempty
30   compress
31   create 0640 clamav adm
32 }
33