You are viewing a single comment's thread from:

RE: How to setup a leader node for DTube chain on Ubuntu Server

in #dtube6 years ago

For screen sessions, this might help: https://serverfault.com/questions/233084/how-do-i-use-crontab-to-start-a-screen-session

You can also run Avalon with PM2 instead of screen since this is a Node.js application, and add it to PM2 startup.

Sort:  

oh perfect. thanks man. great tips. will start there.