File: logrotate

package info (click to toggle)
dhcpy6d 1.2.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 4,479; sh: 231; sql: 67; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
/var/log/dhcpy6d.log {
	weekly
	missingok
	rotate 4
	compress
	notifempty
	create 660 dhcpy6d dhcpy6d
}