arch-pkgs/jellyfin-server/override.conf
George Rawlinson da2050e65a
upgpkg: jellyfin-server
* Modify systemd service.
* Add service override for environment variables.
* Add configuration files to backup array.
* Add logging configuration.
* Add optional configuration to documentation directory.
2021-09-24 00:03:39 +00:00

22 lines
729 B
Plaintext

[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"