I have three app in one of my lionde user A, and one in the other B.
And when I run pm2 start app.js --name blahblah -e err.log -o out.log -x on B, all process run on A disappeared.
The app and process is still running there, I just can't manage them with pm2.
I have three app in one of my lionde user A, and one in the other B.
And when I run
pm2 start app.js --name blahblah -e err.log -o out.log -xon B, all process run on A disappeared.The app and process is still running there, I just can't manage them with pm2.