Skip to content

Commit

Permalink
Merge pull request #141 from anthonylavado/master
Browse files Browse the repository at this point in the history
Remove delay from service start
  • Loading branch information
anthonylavado authored Aug 5, 2024
2 parents 3962635 + ae5c16a commit 5a2c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsis/jellyfin.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ ${If} $_INSTALLSERVICE_ == "Yes" ; Only run this if we're going to install the s

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

0 comments on commit 5a2c1b9

Please sign in to comment.