diff options
| author | Brian J. Murrell <brian@interlinx.bc.ca> | 2022-08-24 17:20:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 17:20:05 -0400 |
| commit | d675a20540eed5d656ed40e245a2a736e421eb82 (patch) | |
| tree | 5678585a25c729dcecd595bff109e0e1195cc512 | |
| parent | 10484033f8b3c27b44c7f966a8c67f4f33a1822d (diff) | |
JELLYFIN_NOWEBAPP_OPT is now --nowebclient
--noautorunwebapp has been renamed --nowebclient.
| -rw-r--r-- | fedora/jellyfin.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/jellyfin.env b/fedora/jellyfin.env index 89cad1a2d..1ccd8196f 100644 --- a/fedora/jellyfin.env +++ b/fedora/jellyfin.env @@ -33,7 +33,7 @@ JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh" #JELLYFIN_SERVICE_OPT="--service" # [OPTIONAL] run Jellyfin without the web app -#JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp" +#JELLYFIN_NOWEBAPP_OPT="--nowebclient" # [OPTIONAL] run Jellyfin with ASP.NET Server Garbage Collection (uses more RAM and less CPU than Workstation GC) # 0 = Workstation |
