We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70926c commit 048fd11Copy full SHA for 048fd11
root/etc/s6-overlay/s6-rc.d/svc-jellyfin/run
@@ -13,6 +13,6 @@ export \
13
JELLYFIN_WEB_DIR="/usr/share/jellyfin/web"
14
15
exec \
16
- s6-notifyoncheck -d -n 300 -w 1000 -c "curl -s --output /dev/null http://localhost:8096/health" \
+ s6-notifyoncheck -d -n 300 -w 1000 \
17
s6-setuidgid abc /usr/bin/jellyfin \
18
--ffmpeg="${FFMPEG_PATH}"
0 commit comments