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:
parent
a53048f2ef
commit
d085b60fb0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user