summaryrefslogtreecommitdiff
path: root/media-tv/jellyfin/files/jellyfin.conf.d
diff options
context:
space:
mode:
authorGuillermo Ramos2022-11-12 11:35:56 +0100
committerGuillermo Ramos2023-01-16 23:53:48 +0100
commitc2e80b0be953312ea940c77cc8e577f7030414b0 (patch)
tree9827535c0caf6c6d096a3cd10d0cda2e46c37a8e /media-tv/jellyfin/files/jellyfin.conf.d
parent2539577d8b68b760ac37cc0a4ff691c8119209bd (diff)
downloadgentoo-overlay-c2e80b0be953312ea940c77cc8e577f7030414b0.tar.gz
Remove old/useless ebuildsHEADmaster
Diffstat (limited to 'media-tv/jellyfin/files/jellyfin.conf.d')
-rw-r--r--media-tv/jellyfin/files/jellyfin.conf.d23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-tv/jellyfin/files/jellyfin.conf.d b/media-tv/jellyfin/files/jellyfin.conf.d
deleted file mode 100644
index 459d754..0000000
--- a/media-tv/jellyfin/files/jellyfin.conf.d
+++ /dev/null
@@ -1,23 +0,0 @@
-# Jellyfin default configuration options
-# This is a POSIX shell fragment
-
-# Use this file to override the default configurations; add additional
-# options with JELLYFIN_ADD_OPTS.
-#JELLYFIN_ADD_OPTS=""
-
-# Program directories
-JELLYFIN_DATA_DIR="/var/lib/jellyfin"
-JELLYFIN_CONFIG_DIR="/etc/jellyfin"
-JELLYFIN_LOG_DIR="/var/log/jellyfin"
-JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
-
-# [OPTIONAL] run Jellyfin as a headless service
-#JELLYFIN_SERVICE_OPT="--service"
-
-# [OPTIONAL] run Jellyfin without the web app
-#JELLYFIN_NOWEBAPP_OPT="--noautorunwebapp"
-
-# Application username
-JELLYFIN_USER="jellyfin"
-# Full application command
-JELLYFIN_ARGS="$JELLYFIN_SERVICE_OPT $JELLFIN_NOWEBAPP_OPT $JELLYFIN_ADD_OPTS"