mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-09 17:26:30 +00:00
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:
@@ -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>
|
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 !**
|
**Done !**
|
||||||
|
|
||||||
(The method above has been tested on Windows Server Core 2022 Standard).
|
(The method above has been tested on Windows Server Core 2022 Standard).
|
||||||
|
|||||||
Reference in New Issue
Block a user