Skip to content

Commit

Permalink
Jellyfin: don't use single file build
Browse files Browse the repository at this point in the history
prepare for shared framework
  • Loading branch information
publicarray committed Feb 8, 2021
1 parent bf8d009 commit e5c7b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cross/jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DOTNET_VERSION=3.1
BUILD_DEPENDS = native/dotnet-sdk-$(DOTNET_VERSION)

DOTNET_OPTIMIZE=1
DOTNET_SINGLE_FILE=1
DOTNET_OUTPUT_PATH=share
DOTNET_PACKAGE_NAME=Jellyfin.Server

include ../../mk/spksrc.cross-dotnet.mk
2 changes: 1 addition & 1 deletion cross/jellyfin/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rsc:jellyfin
rsc:share
rsc:web
2 changes: 1 addition & 1 deletion spk/jellyfin/src/service-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/dotnet/core/issues/4011
[ -z "$DOTNET_BUNDLE_EXTRACT_BASE_DIR" ] && export DOTNET_BUNDLE_EXTRACT_BASE_DIR="${XDG_CACHE_HOME:-"/var/packages/jellyfin/target/var/"}/dotnet_bundle_extract"

SERVICE_COMMAND="${SYNOPKG_PKGDEST}/jellyfin --noautorunwebapp --package-name synology -d ${SYNOPKG_PKGDEST}/var/data -C ${SYNOPKG_PKGDEST}/var/cache -c ${SYNOPKG_PKGDEST}/var/config -l ${SYNOPKG_PKGDEST}/var/log -w ${SYNOPKG_PKGDEST}/web"
SERVICE_COMMAND="${SYNOPKG_PKGDEST}/share/jellyfin --noautorunwebapp --package-name synology -d ${SYNOPKG_PKGDEST}/var/data -C ${SYNOPKG_PKGDEST}/var/cache -c ${SYNOPKG_PKGDEST}/var/config -l ${SYNOPKG_PKGDEST}/var/log -w ${SYNOPKG_PKGDEST}/web"

SVC_BACKGROUND=y
SVC_WRITE_PID=y
Expand Down

0 comments on commit e5c7b35

Please sign in to comment.