File: asterisk.logrotate

package info (click to toggle)
asterisk 1%3A1.8.13.1~dfsg1-3%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 49,336 kB
  • sloc: ansic: 497,975; sh: 11,763; cpp: 5,934; makefile: 3,065; perl: 3,019; yacc: 2,147; xml: 498; sql: 387; tcl: 113; php: 62; python: 42
file content (13 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
__LOGDIR__/debug __LOGDIR__/console __LOGDIR__/full __LOGDIR__/messages __LOGDIR__/*log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root root 
	sharedscripts
	postrotate
		__SBINDIR__/asterisk -rx 'logger reload' > /dev/null 2> /dev/null	
	endscript
}