File: mpd-sima.logrotate

package info (click to toggle)
mpd-sima 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 700 kB
  • sloc: python: 2,766; xml: 921; sh: 329; makefile: 83
file content (9 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
/var/log/mpd-sima/*.log {
	weekly
	missingok
	rotate 7
	compress
	notifempty
	copytruncate
}