From 78f8ee8a9a0c8ac52464955aacdf26948e53ef22 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Jun 2025 20:24:32 +0300 Subject: [PATCH] update systemd tips --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3862d84..a105aa6 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ WantedBy=multi-user.target * use `ignore-host` to skip local host requests * to filter today-only records, use `match-time` argument `%d/%b/%Y` * to filter this month-only records use `%b/%Y` - * make sure the log time pattern `%` is escaped to `%%`! + * make sure the time pattern in the example above corresponds to your `access.log` format + * make sure the log time pattern `%` is escaped to `%%` ### Service management tips