manager/config/logrotate/logrotate.conf
Dan Anglin 0feb20c906
feat: setup logrotate for the $XDG_STATE_HOME/logs
- Add logrotate config for the new $XDG_STATE_HOME/logs directory.
- Run logrotate before starting DWM (logs are rotated if required by the
  configuration).
2022-05-22 10:47:31 +01:00

7 lines
118 B
Text

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