Fix backend packages after rename
This commit is contained in:
parent
56a1711ff3
commit
a7595e695e
@ -1,2 +1,2 @@
|
|||||||
bitcoin/* /opt/coins/nodes/bitcoin_testnet
|
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
|
||||||
|
|||||||
@ -9,7 +9,7 @@ Description=Ethereum daemon (mainnet)
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[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
|
User=ethereum
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user