File: ocsinventory-reports.logrotate

package info (click to toggle)
ocsinventory-server 2.8.1%2Bdfsg1%2B~2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 23,212 kB
  • sloc: javascript: 318,983; php: 29,162; perl: 8,925; sql: 5,101; xml: 2,902; sh: 1,662; python: 77; makefile: 29
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
/var/log/ocsinventory-reports/logs/*.log {
	weekly
	rotate 7
	compress
	notifempty
	missingok
}