1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

Update pm2.md (#3569)

This commit is contained in:
Nir Elbaz 2019-11-18 12:18:32 +02:00 committed by Marco Bonelli
parent 894df52f44
commit e9967dfdec

View file

@ -23,3 +23,15 @@
- Restart a process:
`pm2 restart {{myapp}}`
- Dump all processes for resurrecting them later:
`pm2 save`
- Resurrect previously dumped processes:
`pm2 resurrect`
- Launch monitoring:
`pm2 monit`