Deployment
Introduce system management configs。
Hardware
Minimum
Recommended
Network & Port
Automatic Restarts and Monitoring
Install supervisor on ubuntu
Finally we have to add a configuration file to supervisor to let it know that it should run geth, Create /etc/supervisor/conf.d/geth.conf and fill it with:
Now just restart supervisor to startup geth:
Last updated