first commit

This commit is contained in:
no
2024-11-28 13:24:48 +01:00
commit a99479e4c6
8 changed files with 333 additions and 0 deletions
+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
}