forked from pool/net-snmp
2637d7fe62
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/183515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/net-snmp?expand=0&rev=65
20 lines
345 B
Plaintext
20 lines
345 B
Plaintext
/var/log/net-snmpd.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 600 root root
|
|
su root root
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/snmpd reload ||:
|
|
if [ -x /etc/init.d/snmptrapd ] ; then \
|
|
/etc/init.d/snmptrapd reload ||: ; \
|
|
fi
|
|
endscript
|
|
|
|
}
|