Added pm2 save

This commit is contained in:
Radeesh 2020-05-08 09:39:43 -04:00 committed by GitHub
parent cb4e03077f
commit 9f6ea99c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
pm2.md
View File

@ -52,6 +52,8 @@ updated: 2018-03-15
| --- | --- | | --- | --- |
| `pm2 delete 0` | Will remove process from pm2 list | | `pm2 delete 0` | Will remove process from pm2 list |
| `pm2 delete all` | Will remove all processes from pm2 list | | `pm2 delete all` | Will remove all processes from pm2 list |
| --- | --- |
| `pm2 save` | Save processes list to respawn at reboot |
### Misc ### Misc