update systemd example

This commit is contained in:
yggverse 2025-09-03 13:37:06 +03:00
parent 6c5e005cf8
commit 01c1498f48

View file

@ -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