snapshot inverter files

This commit is contained in:
2024-12-19 15:04:50 +01:00
parent c53336ed28
commit 7b5834fcb1
12 changed files with 971 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/var/log/*.log {
rotate 5
compress
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/inverter/inverter.pid 2>/dev/null` 2> /dev/null || true
endscript
}