From aaad4fd49d2ae2b26df48b9c28e1a595cac3d4bb Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 00:57:25 +0200 Subject: [PATCH] update systemd option example --- crates/crawler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crawler/README.md b/crates/crawler/README.md index 9ea940f..99fa260 100644 --- a/crates/crawler/README.md +++ b/crates/crawler/README.md @@ -37,7 +37,7 @@ User=rssto Group=rssto # Uncomment for debug -# Environment="RUST_LOG=DEBUG" +# Environment="RUST_LOG=rssto_crawler=debug" # Environment="NO_COLOR=1" ExecStart=/usr/local/bin/rssto-crawler -c /path/to/config.toml