File: cyborg-common.logrotate

package info (click to toggle)
cyborg 14.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,596 kB
  • sloc: python: 17,951; sh: 346; makefile: 67; pascal: 66
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
/var/log/cyborg/*.log {
    daily
    missingok
    compress
    delaycompress
    copytruncate
    notifempty
}