From d9171db43a3e30211cb7903a676f0784965d0883 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 26 Oct 2022 09:04:02 +0200 Subject: [PATCH] [mirotalk] - update docs --- docs/self-hosting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 390190ed..3c278ff3 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -45,11 +45,13 @@ Check if is correctly installed: https://your.domain.name:3000 ![pm2](../public/images/pm2.png) -Using [PM2](https://pm2.keymetrics.io) to run it as deamon +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 ``` ---