File: mpdscribble.logrotate

package info (click to toggle)
mpdscribble 0.2.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 716 kB
  • ctags: 500
  • sloc: ansic: 3,904; sh: 3,603; makefile: 70
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/var/log/mpdscribble.log {
    weekly
    rotate 4
    compress
    missingok
	create 640 mpdscribble adm
    postrotate
	/etc/init.d/mpdscribble restart >/dev/null
    endscript
}