Closed memphisraynz closed 7 years ago
Una disculpa por comentar en español en un foro en Inglés pero encontré la solución al problema. Ami me funcionó ejecutando el siguiente método: 1.- pm2 start "ejemplo.js" 2.- pm2 save 3.- pm2 startup 4.- sudo env PATH=$PATH:/usr/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi Después de ejecutar lo anterior hacer un "sudo reboot" y con eso el problema queda resuelto. Saludos.
- Tendrás alguna equivalencia para Windows?
- Do you have any similar process for Windows?
por el momento no, amigo, PM2 lo utilicé hace 2 años para realizar un proyecto en raspberry :(
same issue:
pm2 version is 5.3.1 Ubuntu 20.04.6 LTS container
so far pm2 seems to be quite abandoned to me, neither autostart nor ability to monitor logs live with "pm2 monit" features are working.
happends again in bun beta @Unitech
I am running centos7 and have just installed PM2. Added a service "pm2 start app.js --name lets-chat" which starts the program and its working fine. But after running pm2 startup centos and the pm2 save, upon reboot there is nothing list when I run pm2 list.
I'm not sure I am doing something wrong or if there is a bug.
Thanks