💾 Archived View for freeshell.de › tldr › pm2.gmi captured on 2023-04-20 at 00:22:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Process manager for Node.js.
Used for log management, monitoring and configuring processes.
pm2 start {app.js} --name {myapp}
pm2 list
pm2 monit
pm2 stop {myapp}
pm2 restart {myapp}
pm2 save
pm2 resurrect
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).