aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 04:45:47 +0000
committerPitu <[email protected]>2019-03-12 04:45:47 +0000
commit390eeb9b0718f6736600cbfa47d3d2983cde01d9 (patch)
tree0e0d798a3cec0a36b44ea5050a76a799c7d92727 /docs
parentMerge branch 'dev' of github.com:WeebDev/lolisafe into dev (diff)
downloadhost.fuwn.me-390eeb9b0718f6736600cbfa47d3d2983cde01d9.tar.xz
host.fuwn.me-390eeb9b0718f6736600cbfa47d3d2983cde01d9.zip
Automated pm2 process spawn
Diffstat (limited to 'docs')
-rw-r--r--docs/pm2.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pm2.md b/docs/pm2.md
index 53fc5b0..ac942fc 100644
--- a/docs/pm2.md
+++ b/docs/pm2.md
@@ -4,8 +4,8 @@ The best way to keep the service running in case of crashes or unexpected issues
The recommended way to set it up is to run the commands below, one for the API and the other for the site.
```
-pm2 start npm --name "lolisafe.api" -- run api
-pm2 start npm --name "lolisafe.site" -- run site
+pm2 start npm --name "lolisafe-api" -- run api
+pm2 start npm --name "lolisafe-site" -- run site
```
-All set, if you want to check the logs you can `pm2 logs lolisafe.api` or similar.
+All set, if you want to check the logs you can `pm2 logs lolisafe-api` or similar.