Only delete logs after 100 years
[matches/MCTX3420.git] / server-configs / logrotate.d / mctxserv.conf
1 /var/log/mctxserv*.log
2 {
3         rotate 36500
4         daily
5         missingok
6         notifempty
7         compress
8         delaycompress
9         sharedscripts
10         postrotate
11                 invoke-rc.d rsyslog rotate > /dev/null
12         endscript
13 }
14

UCC git Repository :: git.ucc.asn.au