Merge commit from fork
This commit is contained in:
parent
fd96aa0b36
commit
f22b00d698
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if exist "%SERVICE_CONFIG_FILE%" (
|
|||
echo Setting service start type set to: [!SERVICE_START_TYPE!]
|
||||
|
||||
rem Run the sc command to create/reconfigure the service
|
||||
sc %SC_CMD% %SERVICE_NAME% binPath= "%SERVICE_BIN%" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
|
||||
sc %SC_CMD% %SERVICE_NAME% binPath= """%SERVICE_BIN%""" start= %SERVICE_START_TYPE% DisplayName= "Sunshine Service"
|
||||
|
||||
rem Set the description of the service
|
||||
sc description %SERVICE_NAME% "Sunshine is a self-hosted game stream host for Moonlight."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue