mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Use default start() function that is configured with command* variables. It'll use start-stop-daemon to start daemon and check that pidfile was created. Allow user to override user that will be used to run pm2 daemon. As a consequence install init script with pm2 name instead of pm2-root. Provide some information on how to start services aftewards. Make reload function working.