Merge pull request #1427 from radeesh/patch-1

Added pm2 save
This commit is contained in:
Rico Sta. Cruz 2020-06-12 10:01:01 +10:00 committed by GitHub
commit 6b2cc8de1e
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 all` | Will remove all processes from pm2 list |
| --- | --- |
| `pm2 save` | Save processes list to respawn at reboot |
### Misc