File: tinyproxy.logrotate

package info (click to toggle)
tinyproxy 1.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,632 kB
  • sloc: ansic: 6,109; sh: 4,452; perl: 347; makefile: 172
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/var/log/tinyproxy/tinyproxy.log {
	rotate 14
	daily
	compress
	missingok
	postrotate
		invoke-rc.d --quiet tinyproxy reload > /dev/null
	endscript
	notifempty
}