File: dbconfig-common.logrotate

package info (click to toggle)
dbconfig-common 2.0.24
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,184 kB
  • sloc: sh: 1,487; makefile: 51; sql: 40; perl: 12
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
/var/log/dbconfig-common/dbc.log {
		monthly
		rotate 12
		missingok
		notifempty
		create 600 root root
}