[go: up one dir, main page]

File: filetea.logrotate

package info (click to toggle)
filetea 0.1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,228 kB
  • sloc: javascript: 16,530; ansic: 1,830; sh: 151; makefile: 117
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/var/log/filetea/access.log {
	rotate 10
	weekly
	compress
	missingok
	notifempty
        copytruncate
}