mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
Update pm2.md (#3569)
This commit is contained in:
parent
894df52f44
commit
e9967dfdec
1 changed files with 12 additions and 0 deletions
|
@ -23,3 +23,15 @@
|
||||||
- Restart a process:
|
- Restart a process:
|
||||||
|
|
||||||
`pm2 restart {{myapp}}`
|
`pm2 restart {{myapp}}`
|
||||||
|
|
||||||
|
- Dump all processes for resurrecting them later:
|
||||||
|
|
||||||
|
`pm2 save`
|
||||||
|
|
||||||
|
- Resurrect previously dumped processes:
|
||||||
|
|
||||||
|
`pm2 resurrect`
|
||||||
|
|
||||||
|
- Launch monitoring:
|
||||||
|
|
||||||
|
`pm2 monit`
|
||||||
|
|
Loading…
Add table
Reference in a new issue