This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
# This is a config file for the `logrotate` utility.
|
|
# https://www.digitalocean.com/community/tutorials/how-to-manage-logfiles-with-logrotate-on-ubuntu-16-04
|
|
/home/hmn/log/*.log {
|
|
daily
|
|
missingok
|
|
notifempty
|
|
rotate 30
|
|
compress
|
|
copytruncate
|
|
}
|