diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2018-12-14 21:21:48 -0500 |
|---|---|---|
| committer | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-14 21:21:48 -0500 |
| commit | a73d255f51f135adbc2c352fef79f776ce9fcb02 (patch) | |
| tree | dd6a198e3c104ebc732a615153c4bb5514e25660 /debian/conf | |
| parent | 72f7e7b9541310e4b49f4fc324eab482c8d97dcf (diff) | |
Enable self-contained binary mode (#160)
* Build self-contained Debian linux-x64 binary
* Update initscripts to use self-contained binary
The binary is declared in the units intentionally rather than using
the variable extrapolation from before, to avoid confusion since
these can't really be moved reasonably.
* With combined binary name, use pgrep instead
* Remove dotnet-runtime dependency
* Move the compiled scb to usr/bin
* Update binary location for upstart/systemd
* Move binary path; fix pidfile handling
* Entirely remove the temporary usr/ dir
* Don't move the compiled binary
* Create /usr/bin symlink
* Use the variable here
* Update architecture to any
* Add libcurl4-openssl build dependency
* Update the build Dockerfile to install builddeps
Diffstat (limited to 'debian/conf')
| -rw-r--r-- | debian/conf/jellyfin | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/conf/jellyfin b/debian/conf/jellyfin index 5c26d12c3..fb00e7f65 100644 --- a/debian/conf/jellyfin +++ b/debian/conf/jellyfin @@ -15,8 +15,6 @@ # General options # -# Path to the jellyfin.dll executable -JELLYFIN_EXE="/usr/lib/jellyfin/bin/jellyfin.dll" # Data directory JELLYFIN_DATA="/var/lib/jellyfin" # Restart script for in-app server control @@ -30,7 +28,5 @@ JELLYFIN_ADD_OPTS="" # Application username JELLYFIN_USER="jellyfin" -# .NET Core runtime binary -JELLYFIN_DOTNET="/usr/bin/dotnet" # Full application command -JELLYFIN_COMMAND="$JELLYFIN_EXE -programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS" +JELLYFIN_ARGS="-programdata $JELLYFIN_DATA -restartpath $JELLYFIN_RESTART_SCRIPT $JELLYFIN_ADD_OPTS" |
