PowerStationMonitor/logrotate.d/openhab2

10 lines
154 B
Plaintext

/var/log/openhab2/*.log {
hourly
rotate 2
missingok
dateext
copytruncate
compress
notifempty
create 0640 openhab openhab
}