mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-27 01:19:41 +01: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:
parent
a7b723d4a2
commit
39d8db6fbd
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user