jellyfin.env 998 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Jellyfin default configuration options
  2. # Use this file to override the default configurations; add additional
  3. # options with JELLYFIN_ADD_OPTS.
  4. # To override the user or this config file's location, use
  5. # /etc/systemd/system/jellyfin.service.d/override.conf
  6. #
  7. # This is a POSIX shell fragment
  8. #
  9. #
  10. # General options
  11. #
  12. # Program directories
  13. JELLYFIN_DATA_DIR="/var/lib/jellyfin"
  14. JELLYFIN_CONFIG_DIR="/etc/jellyfin"
  15. JELLYFIN_LOG_DIR="/var/log/jellyfin"
  16. JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
  17. # web client path, installed by the jellyfin-web package
  18. JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
  19. # In-App service control
  20. JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh"
  21. # [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
  22. #JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/bin/ffmpeg"
  23. # [OPTIONAL] run Jellyfin as a headless service
  24. #JELLYFIN_SERVICE_OPT="--service"
  25. # [OPTIONAL] run Jellyfin without the web app
  26. #JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp"