hestiacp/install/rpm/logrotate/hestia

7 lines
112 B

1 year ago
/usr/local/hestia/log/*.log {
rotate 12
monthly
missingok
notifempty
create 0600 root root
}