Update README.md

This commit is contained in:
mudhorn 2025-08-25 12:28:14 -07:00
parent 2a8cfa051d
commit 7bc0d011c4

View file

@ -93,7 +93,7 @@ su <user> <group>
} }
``` ```
This rotates logs daily, keeps 7 days, and compresses older logs. Replace `<user>` and `<group>` with actual user & group (usually `drcit` `drcit`), and replace any `<paths>` with the correct *absolute* path (e.g. `/home/drcit/.local/logs/aredn.log`) This rotates logs daily, keeps 7 days, and compresses older logs. Replace `<user>` and `<group>` with actual user & group (usually `drcit` `drcit`), and replace any `<paths>` with the correct *absolute* path (e.g. `/home/drcit/.local/logs/aredn.log`). You can test your logrotate file with `sudo logrotate -f /etc/logrotate.d/aredn-sync` to ensure its valid.
--- ---