File: gnunet.logrotate

package info (click to toggle)
gnunet 0.19.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,200 kB
  • sloc: ansic: 371,751; makefile: 9,210; sh: 9,197; javascript: 9,162; lisp: 448; sql: 311; xml: 291; python: 167; php: 117; awk: 102; perl: 57; ruby: 31; sed: 16
file content (12 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/gnunet/gnunet.log {
	compress
	create 0640 root adm
	dateext
	dateformat -%Y%m
	dateyesterday
	delaycompress
	missingok
	monthly
	notifempty
	rotate 12
}