File: motion.logrotate

package info (click to toggle)
motion 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,120 kB
  • sloc: ansic: 26,459; makefile: 105; sh: 79
file content (9 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
/var/log/motion/motion.log {
	rotate 12
	monthly
	compress
	delaycompress
	missingok
	notifempty
	copytruncate
}