BastionGuard/thirdparty/bastionguard-secure-connection/utils/packaging/daemon/deb/debian/opensnitch.logrotate
specialworld83 f0f913a209 Release 2.0
2026-07-15 10:52:22 +02:00

13 lines
235 B
Text

/var/log/opensnitchd.log {
rotate 7
# order of the fields is important
maxsize 50M
# we need this option in order to keep logging
copytruncate
missingok
notifempty
delaycompress
compress
create 640 root root
weekly
}