Modified logrotate because of icompat.

This commit is contained in:
Carsten Schmiemann 2022-02-10 02:22:27 +01:00
parent 5c4885ba63
commit ee4775b9b5
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
/var/log/openhab2/*.log {
/var/log/openhab2/*.log.1 {
hourly
rotate 2
missingok
dateext
copytruncate
compress
notifempty
create 0640 openhab openhab
}
}