mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-11 07:28:39 +01:00
8 lines
175 B
Text
8 lines
175 B
Text
/var/log/ssh-tunnel/tunnel.log {
|
|
${LOGROTATE_FREQUENCY}
|
|
rotate ${LOGROTATE_ROTATE}
|
|
${LOGROTATE_COMPRESS:+compress}
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|