1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Don't use TRACE verbosity in contrib/electrs.service

This commit is contained in:
Roman Zeyde 2021-09-19 12:45:39 +03:00
parent a53048f2ef
commit d085b60fb0

View File

@ -3,7 +3,7 @@ Description=Electrum Rust Server
[Service]
Type=simple
ExecStart=/path/to/electrs/target/release/electrs -vvvv --db-dir /path/to/electrs/db/
ExecStart=/path/to/electrs/target/release/electrs -vv --db-dir /path/to/electrs/db/
Restart=on-failure
RestartSec=60
Environment="RUST_BACKTRACE=1"