Fix backend packages after rename

This commit is contained in:
Martin Boehm 2018-06-06 13:07:50 +02:00
parent 56a1711ff3
commit a7595e695e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
bitcoin/* /opt/coins/nodes/bitcoin_testnet
bitcoin_testnet.conf /opt/coins/nodes/bitcoin_testnet/bitcoin_testnet.conf
bitcoin_testnet.conf /opt/coins/nodes/bitcoin_testnet

View File

@ -9,7 +9,7 @@ Description=Ethereum daemon (mainnet)
After=network.target
[Service]
ExecStart=/bin/sh -c '/opt/coins/nodes/ethereum/geth --ipcdisable --syncmode full --cache 1024 --datadir /opt/coins/data/eth/eth --port 38336 --ws --wsaddr 0.0.0.0 --wsport 8036 --wsorigins * 2>>/opt/coins/data/ethereum/backend/ethereum.log'
ExecStart=/bin/sh -c '/opt/coins/nodes/ethereum/geth --ipcdisable --syncmode full --cache 1024 --datadir /opt/coins/data/ethereum/backend --port 38336 --ws --wsaddr 0.0.0.0 --wsport 8036 --wsorigins * 2>>/opt/coins/data/ethereum/backend/ethereum.log'
User=ethereum
Type=simple
Restart=on-failure