update docs (#574)
This commit is contained in:
parent
27919697a7
commit
88a450bf1f
22 changed files with 306 additions and 196 deletions
|
|
@ -23,5 +23,8 @@ if %ERRORLEVEL%==0 (
|
|||
rem Run the sc command to create/reconfigure the service
|
||||
sc %SC_CMD% %SERVICE_NAME% binPath= %SERVICE_BIN% start= %SERVICE_START_TYPE%
|
||||
|
||||
rem Set the description of the service
|
||||
sc description %SERVICE_NAME% "Sunshine is a self-hosted game stream host for Moonlight."
|
||||
|
||||
rem Start the new service
|
||||
net start %SERVICE_NAME%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue