diff --git a/docs/self-hosting.md b/docs/self-hosting.md index cc8cc492..7087a024 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -83,6 +83,8 @@ Using [PM2](https://pm2.keymetrics.io) to run it as daemon ```bash $ npm install -g pm2 $ pm2 start app/src/Server.js +$ pm2 save +$ pm2 startup ``` ---