From 7bc0d011c4c7d17b23c0011a16d3852d2a5ce9ad Mon Sep 17 00:00:00 2001 From: mudhorn Date: Mon, 25 Aug 2025 12:28:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d5bb0d..515b7b5 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ su } ``` -This rotates logs daily, keeps 7 days, and compresses older logs. Replace `` and `` with actual user & group (usually `drcit` `drcit`), and replace any `` 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 `` and `` with actual user & group (usually `drcit` `drcit`), and replace any `` 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 it’s valid. ---