File: logrotate.conf

package info (click to toggle)
portsentry 2.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,408 kB
  • sloc: ansic: 6,481; sh: 923; perl: 18; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
8
/var/log/portsentry.log {
  rotate 12
  monthly
  missingok
  notifempty
  compress
  delaycompress
}