manager/files/logrotate/logrotate.conf
Dan Anglin 903e5d8b66
checkpoint: manage home directories
- ensure configured home directories are present and their mode set to
  0700
- move dotfiles to files
- added JSON config
2024-09-09 18:02:53 +01:00

7 lines
118 B
Text

${LOG_HOME}/*.log ${LOG_HOME}/nvim/*.log {
rotate 3
size 10M
nocompress
notifempty
copytruncate
}