Skip to content

Commit

Permalink
Fix incorrect envvar for temporary path
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 28, 2024
1 parent b206dad commit 6b2d24b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions debian/conf/jellyfin
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ 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
# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour,
# though it will have an additional jellyfin/ subdir appended
# otherwise, leave this commented
#TEMPDIR="/tmp"
#TMPDIR="/tmp"

# web client path, installed by the jellyfin-web package
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
Expand Down

0 comments on commit 6b2d24b

Please sign in to comment.