File: logrotate

package info (click to toggle)
ntop 3%3A3.3-11
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,772 kB
  • ctags: 7,534
  • sloc: ansic: 71,427; sh: 16,772; awk: 1,504; perl: 792; makefile: 782; php: 123; python: 23; sql: 13; sed: 11
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
/var/log/ntop/*.log {
	weekly
	missingok
	rotate 4
    # ntop doesn't handle SIGHUP
    copytruncate
	compress
	notifempty
	create 640 ntop adm
}