From 01c1498f4870923b9fb4b9576cab7523bb33a7aa Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 3 Sep 2025 13:37:06 +0300 Subject: [PATCH] update systemd example --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5698ce5..d105df6 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,10 @@ User=rssto Group=rssto # Uncomment for debug -# Environment="RUST_LOG=debug" +# Environment="RUST_LOG=DEBUG" # Environment="NO_COLOR=1" -ExecStart=/usr/local/bin/rssto --config /path/to/config1.toml\ - --config /path/to/config2.toml +ExecStart=/usr/local/bin/rssto -c /path/to/config.toml StandardOutput=file:///home/rssto/debug.log StandardError=file:///home/rssto/error.log