Add TEMPDIR option to environments
Allows reconfiguration of jellyfin/jellyfin#12226 by the administrator if required for Debuntu. Commented by default to preserve default operation as this is a DotNET variable.
This commit is contained in:
5
debian/conf/jellyfin
vendored
5
debian/conf/jellyfin
vendored
@@ -18,6 +18,11 @@ JELLYFIN_CONFIG_DIR="/etc/jellyfin"
|
||||
JELLYFIN_LOG_DIR="/var/log/jellyfin"
|
||||
JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
|
||||
|
||||
# temporary directory path; used to construct paths for short-lived temporary files
|
||||
# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour
|
||||
# otherwise, leave this commented
|
||||
#TEMPDIR="/tmp"
|
||||
|
||||
# web client path, installed by the jellyfin-web package
|
||||
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user