Instruction to start services is missing

Instruction to start services is missing in Installing using NSSM. It is mentioned only in Installing using pm2.
This commit is contained in:
pedjas 2022-11-15 08:44:16 +01:00 committed by GitHub
parent a7b723d4a2
commit 39d8db6fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,14 @@ nssm install <Desired hbbs servicename> <RustDesk hbbs binary path> <RustDesk hb
nssm install <Desired hbbr servicename> <RustDesk hbbr binary path> <RustDesk hbbr arguments>
```
**Start services**
After successful instalationof services they need to be started.
```cmd
nssm start <Desired hbbs servicename>
nssm start <Desired hbbr servicename>
```
**Done !**
(The method above has been tested on Windows Server Core 2022 Standard).