update systemd tips

This commit is contained in:
yggverse 2025-06-08 20:24:32 +03:00
parent 9155bb6772
commit 78f8ee8a9a

View file

@ -119,7 +119,8 @@ WantedBy=multi-user.target
* use `ignore-host` to skip local host requests * use `ignore-host` to skip local host requests
* to filter today-only records, use `match-time` argument `%d/%b/%Y` * to filter today-only records, use `match-time` argument `%d/%b/%Y`
* to filter this month-only records use `%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 ### Service management tips