Fix startup scripts in prod install

This commit is contained in:
Stephan Oeste
2022-07-07 12:19:51 +02:00
parent 4390d520e7
commit d26a60ef09
4 changed files with 29 additions and 7 deletions

View File

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