mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Merge pull request #130 from 0xnuminous/define-optional-service-env
Define optional Jellyfin service arguments
This commit is contained in:
Vendored
+2
@@ -38,9 +38,11 @@ MALLOC_TRIM_THRESHOLD_=131072
|
|||||||
|
|
||||||
# [OPTIONAL] run Jellyfin as a headless service
|
# [OPTIONAL] run Jellyfin as a headless service
|
||||||
#JELLYFIN_SERVICE_OPT="--service"
|
#JELLYFIN_SERVICE_OPT="--service"
|
||||||
|
JELLYFIN_SERVICE_OPT=""
|
||||||
|
|
||||||
# [OPTIONAL] run Jellyfin without the web app
|
# [OPTIONAL] run Jellyfin without the web app
|
||||||
#JELLYFIN_NOWEBAPP_OPT="--nowebclient"
|
#JELLYFIN_NOWEBAPP_OPT="--nowebclient"
|
||||||
|
JELLYFIN_NOWEBAPP_OPT=""
|
||||||
|
|
||||||
# Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help)
|
# Space to add additional command line options to jellyfin (for help see ~$ jellyfin --help)
|
||||||
JELLYFIN_ADDITIONAL_OPTS=""
|
JELLYFIN_ADDITIONAL_OPTS=""
|
||||||
|
|||||||
Reference in New Issue
Block a user