hmn/server/logrotate

11 lines
265 B
Plaintext
Raw Permalink Normal View History

2021-08-28 20:36:52 +00:00
# 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
}