slackbuilds/system/apcupsd/apcupsd.logrotate

10 lines
151 B
Plaintext

/var/log/apcupsd.events {
rotate 4
weekly
notifempty
missingok
postrotate
/etc/rc.d/rc.apcupsd restart 1>/dev/null || true
endscript
}