Create logrotate.template

This commit is contained in:
RipleyBooya 2025-02-21 01:38:07 +01:00 committed by GitHub
parent bb43e9cdaa
commit af6e248199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
/var/log/ssh-tunnel/tunnel.log {
${LOGROTATE_FREQUENCY}
rotate ${LOGROTATE_ROTATE}
${LOGROTATE_COMPRESS:+compress}
missingok
notifempty
copytruncate
}