moved logrotation file

This commit is contained in:
no
2024-11-28 14:15:29 +01:00
parent 0d2aa1f9e1
commit c06012685f
+10
View File
@@ -0,0 +1,10 @@
# Speichern unter /etc/logrotate.d/vpn_monitor
/var/log/vpn_monitor.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
create 640 root root
}