File: gnunet-server.logrotate

package info (click to toggle)
gnunet 0.9.3-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,192 kB
  • sloc: ansic: 184,411; sh: 11,717; makefile: 4,749; cpp: 875; php: 30; sed: 16
file content (10 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
/var/log/gnunetd/gnunetd.log {
	weekly
	size=100k
	rotate 7
	compress
	copytruncate
	delaycompress
	notifempty
	missingok
}