File: logrotate

package info (click to toggle)
mimedefang 3.6-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,840 kB
  • sloc: ansic: 9,495; perl: 8,286; sh: 2,451; tcl: 693; makefile: 75; sql: 30; php: 20
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
/var/log/mimedefang/stats {
    missingok
    postrotate
	/usr/bin/killall -HUP mimedefang-multiplexor 2> /dev/null || true
    endscript
}