Files
hestiacp/install/deb/logrotate/hestia
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

7 lines
106 B
Plaintext

/var/log/hestia/*.log {
rotate 12
monthly
missingok
notifempty
create 0600 root root
}