Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding short description for pm2.
  • Loading branch information
borsTiHD authored Jul 9, 2021
1 parent e0001c7 commit 5b7af0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $ sudo yarn start

## Deploy with pm2 (run as a service with start on reboot, or crash)

If you want to run the app in the background, or do you want to open the app automatically on restart, you can use pm2.
```bash
# maybe you need to add 'sudo' for every command, even to start 'pm2' service so it can edit files for example

Expand All @@ -31,7 +32,7 @@ $ npm install pm2 -g
$ sudo pm2 start ecosystem.json
```

## Additional pm2 commands
### Additional pm2 commands

```bash
# check status by
Expand Down

0 comments on commit 5b7af0d

Please sign in to comment.