Files
hestiacp/install/rpm/logrotate/hestia

7 lines
112 B
Plaintext
Raw Normal View History

2024-03-19 22:05:27 +03:00
/usr/local/hestia/log/*.log {
rotate 12
monthly
missingok
notifempty
create 0600 root root
}