fix(docs): use correct bin with forever

This commit is contained in:
Julien Fontanet
2021-05-20 18:49:36 +02:00
parent cc9d741275
commit 3a52944f21
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ Then restart Xen Orchestra if it was running.
```
yarn global add forever
# Run the below as the user owning XO
forever start bin/xo-server
forever start dist/cli.mjs
```
- Or you can use [forever-service](https://github.com/zapty/forever-service) to install XO as a system service, so it starts automatically at boot. Run the following as root:

View File

@@ -190,7 +190,7 @@ Then restart Xen Orchestra if it was running.
```
yarn global add forever
# Run the below as the user owning XO
forever start bin/xo-server
forever start dist/cli.mjs
```
- Or you can use [forever-service](https://github.com/zapty/forever-service) to install XO as a system service, so it starts automatically at boot. Run the following as root: