Removing commands and enable tor in prod install script

This commit is contained in:
Stephan Oeste
2022-07-05 14:43:01 +02:00
parent 84c23a25c2
commit bf4831132f
3 changed files with 2 additions and 8 deletions

View File

@@ -3,9 +3,7 @@ Description=Bitcoind-testnet
After=network.target
[Service]
#ExecStart=/usr/local/bin/bitcoind -daemon -printtoconsole -pid=/bitcoin/bitcoind.pid
# torv2 active
ExecStart=/usr/local/bin/bitcoind -conf=bitcoin-testnet.conf -daemon -testnet -torpassword=off -printtoconsole -pid=/bitcoin/bitcoind-testnet.pid
ExecStart=/usr/local/bin/bitcoind -conf=bitcoin-testnet.conf -daemon -testnet -printtoconsole -pid=/bitcoin/bitcoind-testnet.pid
ExecStop=/usr/local/bin/bitcoin-cli -testnet stop
Type=forking