George Rawlinson
da2050e65a
* Modify systemd service. * Add service override for environment variables. * Add configuration files to backup array. * Add logging configuration. * Add optional configuration to documentation directory.
21 lines
729 B
Text
21 lines
729 B
Text
[Service]
|
|
# [OPTIONAL] Web client path
|
|
#Environment="JELLYFIN_WEB_OPT=--webdir=/usr/share/jellyfin-web"
|
|
|
|
# [OPTIONAL] In-App service control
|
|
#Environment="JELLYFIN_RESTART_OPT=--restartpath=/usr/lib/jellyfin/restart.sh"
|
|
|
|
# [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
|
|
#Environment="JELLYFIN_FFMPEG_OPT=--ffmpeg=/usr/bin/ffmpeg"
|
|
|
|
# [OPTIONAL] run Jellyfin as a headless service
|
|
#Environment="JELLYFIN_SERVICE_OPT=--service"
|
|
|
|
# [OPTIONAL] run Jellyfin without the web app
|
|
#Environment="JELLYFIN_NOWEBAPP_OPT=--noautorunwebapp"
|
|
|
|
# [OPTIONAL] run Jellyfin with ASP.NET Server Garbage Collection (uses more RAM and less CPU than Workstation GC)
|
|
# 0 = Workstation
|
|
# 1 = Server
|
|
#Environment="COMPlus_gcServer=1"
|
|
|