aboutsummaryrefslogtreecommitdiff
path: root/fedora/jellyfin.env
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/jellyfin.env')
-rw-r--r--fedora/jellyfin.env3
1 files changed, 3 insertions, 0 deletions
diff --git a/fedora/jellyfin.env b/fedora/jellyfin.env
index de48f13af5..bf64acd3f9 100644
--- a/fedora/jellyfin.env
+++ b/fedora/jellyfin.env
@@ -20,6 +20,9 @@ JELLYFIN_CONFIG_DIR="/etc/jellyfin"
JELLYFIN_LOG_DIR="/var/log/jellyfin"
JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
+# web client path, installed by the jellyfin-web package
+JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
+
# In-App service control
JELLYFIN_RESTART_OPT="--restartpath=/usr/libexec/jellyfin/restart.sh"