* Modify systemd service. * Add service override for environment variables. * Add configuration files to backup array. * Add logging configuration. * Add optional configuration to documentation directory.primary
parent
6f4145d38c
commit
da2050e65a
@ -0,0 +1,21 @@
|
||||
[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"
|
||||
|
Loading…
Reference in new issue