File: logrotate

package info (click to toggle)
mimedefang 2.84-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,920 kB
  • sloc: ansic: 9,315; perl: 6,709; sh: 2,392; tcl: 693; makefile: 73; php: 19
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
}