service-my-wallet-v3
service-my-wallet-v3 copied to clipboard
Unabel to run service-my-wallet-v3 on Cento7
node -v
v10.23.1
npm -v
6.14.10
I have created the service like below
`[Unit] Description=blockchain.info Wallet API Service
[Service] Type=simple ExecStart=/bin/blockchain-wallet-service start --bind 31.23.84.62 --port 3000
[Install] WantedBy=multi-user.target`
Start service and check status but no luck !
sudo systemctl status blockchain-wallet-service.service
Please help me to solve the issue. Thank You