Skip to content

Commit 5a2c1b9

Browse files
Merge pull request #141 from anthonylavado/master
Remove delay from service start
2 parents 3962635 + ae5c16a commit 5a2c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsis/jellyfin.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ${If} $_INSTALLSERVICE_ == "Yes" ; Only run this if we're going to install the s
221221

222222
Sleep 3000 ; Give time for Windows to catchup
223223
ConfigureStartRetry:
224-
ExecWait '"$INSTDIR\nssm.exe" set JellyfinServer Start SERVICE_DELAYED_AUTO_START' $0
224+
ExecWait '"$INSTDIR\nssm.exe" set JellyfinServer Start SERVICE_AUTO_START' $0
225225
${If} $0 <> 0
226226
!insertmacro ShowError "Could not configure the Jellyfin Server service." ConfigureStartRetry
227227
${EndIf}

0 commit comments

Comments
 (0)