Oh, it was already using the health endpoint

This commit is contained in:
thespad 2024-05-18 17:15:41 +01:00
parent f70926cb0e
commit 048fd11f09
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -13,6 +13,6 @@ export \
JELLYFIN_WEB_DIR="/usr/share/jellyfin/web"
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "curl -s --output /dev/null http://localhost:8096/health" \
s6-notifyoncheck -d -n 300 -w 1000 \
s6-setuidgid abc /usr/bin/jellyfin \
--ffmpeg="${FFMPEG_PATH}"