From eaf0ecff18ee063286ad423469241ca0eb2e4c6c Mon Sep 17 00:00:00 2001 From: PS Date: Sun, 1 Feb 2026 12:06:46 +0100 Subject: version 0.2.0.0 --- src/lib/source/system/web/jellyfin-srv/run | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/lib/source/system/web/jellyfin-srv/run (limited to 'src/lib/source/system/web/jellyfin-srv/run') diff --git a/src/lib/source/system/web/jellyfin-srv/run b/src/lib/source/system/web/jellyfin-srv/run new file mode 100644 index 0000000..b1228f6 --- /dev/null +++ b/src/lib/source/system/web/jellyfin-srv/run @@ -0,0 +1,14 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://jellyfin.org/ + +fdmove -c 2 1 + +s6-setuidgid jellyfin + +jellyfin + --service + --cachedir /var/cache/jellyfin + --datadir /var/lib/jellyfin + --configdir /etc/jellyfin -- cgit v1.2.3