File: monitorix.logrotate

package info (click to toggle)
monitorix 3.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,032 kB
  • sloc: perl: 57,203; makefile: 220; sh: 183
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
/var/log/monitorix /var/log/monitorix-httpd {
	nocompress
	missingok
	postrotate
		/bin/kill -HUP `cat /var/run/monitorix.pid 2>/dev/null` 2> /dev/null || true
	endscript
}