mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 09:05:29 +00:00
update systemd example
This commit is contained in:
parent
6c5e005cf8
commit
01c1498f48
1 changed files with 2 additions and 3 deletions
|
|
@ -51,11 +51,10 @@ User=rssto
|
||||||
Group=rssto
|
Group=rssto
|
||||||
|
|
||||||
# Uncomment for debug
|
# Uncomment for debug
|
||||||
# Environment="RUST_LOG=debug"
|
# Environment="RUST_LOG=DEBUG"
|
||||||
# Environment="NO_COLOR=1"
|
# Environment="NO_COLOR=1"
|
||||||
|
|
||||||
ExecStart=/usr/local/bin/rssto --config /path/to/config1.toml\
|
ExecStart=/usr/local/bin/rssto -c /path/to/config.toml
|
||||||
--config /path/to/config2.toml
|
|
||||||
|
|
||||||
StandardOutput=file:///home/rssto/debug.log
|
StandardOutput=file:///home/rssto/debug.log
|
||||||
StandardError=file:///home/rssto/error.log
|
StandardError=file:///home/rssto/error.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue