1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

pm2: add article in last two examples

This commit is contained in:
Waldir Pimenta 2017-05-01 11:16:05 +01:00 committed by GitHub
parent 2f03bc1362
commit 3b0cf23bac

View file

@ -15,10 +15,10 @@
`pm2 monit`
- Stop process:
- Stop a process:
`pm2 stop {{myapp}}`
- Restart process:
- Restart a process:
`pm2 restart {{myapp}}`