File: tryton-server.logrotate

package info (click to toggle)
tryton-server 2.2.4-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,500 kB
  • sloc: python: 27,407; xml: 4,424; sql: 510; sh: 127; makefile: 79
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/var/log/trytond.log {
	daily
	missingok
	rotate 7
	postrotate
		invoke-rc.d --quiet tryton-server restart > /dev/null
	endscript
	compress
	notifempty
	create 640 tryton adm
}