File: logrotate

package info (click to toggle)
cupt 2.8.4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,204 kB
  • ctags: 2,598
  • sloc: cpp: 23,043; perl: 191; sh: 22; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/var/log/cupt.log {
	monthly
	rotate 24
	maxage 731
	compress
	delaycompress
	missingok
	notifempty
	nocreate
}