I am trying to use the module pm2
to start my node js app everytime the server boots.
I have used the command pm2 startup ubuntu
but each time I restart the server, my application is not running and I have to start it manually again.
Any ideas what is causing this issue?
pm2 logs
say? – Nihilism