File net-snmp.logrotate of Package net-snmp (Revision 9546aaa9261c02057d7457150324f198)
Currently displaying revision 9546aaa9261c02057d7457150324f198, show latest
x
1
/var/log/net-snmpd.log {
2
compress
3
dateext
4
maxage 365
5
rotate 99
6
size=+1024k
7
notifempty
8
missingok
9
create 600 root root
10
sharedscripts
11
postrotate
12
/etc/init.d/snmpd try-restart ||:
13
endscript
14
15
}
16