aboutsummaryrefslogtreecommitdiff
path: root/debian/jellyfin.default
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2018-12-09 18:45:08 -0500
committerGitHub <noreply@github.com>2018-12-09 18:45:08 -0500
commit3557b90f100a6769ad8e6a50c804750c834d7510 (patch)
tree99e7ca13a3528cf5bfff074a5a2f94e6865faea9 /debian/jellyfin.default
parent811373aa86e42826b9937c750b6b307dc9fa6eaa (diff)
Revert "Debian packaging improvements"
Diffstat (limited to 'debian/jellyfin.default')
-rw-r--r--debian/jellyfin.default37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/jellyfin.default b/debian/jellyfin.default
deleted file mode 100644
index 4fa0d67245..0000000000
--- a/debian/jellyfin.default
+++ /dev/null
@@ -1,37 +0,0 @@
-# Defaults for jellyfin initscript
-# sourced by /etc/init.d/jellyfin and /usr/lib/jellyfin/jellyfin.sh
-# installed at /etc/default/jellyfin by the maintainer scripts
-
-#
-# This is a POSIX shell fragment
-#
-
-## Don't edit this file
-## Edit user configuration in /etc/jellyfin.conf to change
-##
-## JELLYFIN_USER= #$JELLYFIN_USER, username to run Emby under, the default is jellyfin
-## JELLYFIN_GROUP= #$JELLYFIN_GROUP, Jellyfin group where Emby user belongs
-## JELLYFIN_DIR= #$JELLYFIN_DIR, the location of Emby program files the default is /usr/lib/jellyfin
-## JELLYFIN_BIN= #$JELLYFIN_BIN, full path of MediaBrowser.Server.Mono.exe the default is /usr/lib/jellyfin/bin/MediaBrowser.Server.Mono.exe
-## JELLYFIN_DATA= #$JELLYFIN_DATA, the location of Emby data, cache, logs, the default is /var/lib/jellyfin
-## JELLYFIN_PIDFILE= #$JELLYFIN_PIDFILE, the location of jellyfin.pid, the default is /var/run/jellyfin/jellyfin.pid
-## JELLYFIN_ADD_OPTS= #$JELLYFIN_ADD_OPTS, additional options to pass to the Jellyfin executable, beyond ffmpeg, ffprobe and restart
-## MONO_BIN= #$MONO_BIN, full path of mono binary, the default is /usr/bin/mono-sgen
-## MONO_OPTS= #$MONO_OPTS, list of additional options to pass to mono binary
-## MONO_ENV= #$MONO_ENV, list of environment variables for running mono binary
-##
-## EXAMPLE if want to run as different user
-## add JELLYFIN_USER=username to /etc/jellyfin.conf
-## otherwise default jellyfin is used
-
-JELLYFIN_USER="jellyfin"
-JELLYFIN_GROUP="jellyfin"
-JELLYFIN_DIR="/usr/lib/jellyfin"
-JELLYFIN_BIN="/usr/lib/jellyfin/bin/MediaBrowser.Server.Mono.exe"
-JELLYFIN_DATA="/var/lib/jellyfin"
-JELLYFIN_PIDFILE="/var/run/jellyfin.pid"
-JELLYFIN_ADD_OPTS=""
-MONO_BIN="/usr/bin/mono-sgen"
-MONO_OPTS="--optimize=all"
-MONO_ENV="MONO_THREADS_PER_CPU=250 MONO_GC_PARAMS=nursery-size=128m"
-UMASK="002"