File: logrotate

package info (click to toggle)
super 3.30.3-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: ansic: 23,608; makefile: 424; sh: 297
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
# Logrotate file for super.log

/var/log/super.log {
	notifempty
	rotate 4
	weekly
	compress
	missingok
	create 0640 root adm
}