Exec notify

This commit is contained in:
TheSpad 2022-09-20 16:35:12 +01:00
parent 0a8c8c28e4
commit d6cf4ab9bf
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -4,5 +4,6 @@ if [[ -n "${BASE_URL}" ]]; then
EXTRA_PARAM="--baseurl ${BASE_URL}"
fi
s6-notifyoncheck -d -n 60 -w 5000 -c "nc -z 127.0.0.1 3579" \
cd /app/ombi s6-setuidgid abc /app/ombi/Ombi --storage "/config" --host http://*:3579 ${EXTRA_PARAM}
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 3579" \
cd /app/ombi s6-setuidgid abc /app/ombi/Ombi --storage "/config" --host http://*:3579 ${EXTRA_PARAM}