stunnel4/debian/stunnel4.logrotate
2017-03-28 09:58:14 +02:00

14 lines
298 B
Plaintext

/var/log/stunnel4/*.log {
daily
missingok
rotate 356
compress
delaycompress
notifempty
create 640 stunnel4 stunnel4
sharedscripts
postrotate
/etc/init.d/stunnel4 reopen-logs > /dev/null
endscript
}