From 7d2b500e872f89f2b2bc92d0b470514f43633ce5 Mon Sep 17 00:00:00 2001 From: zakary Date: Fri, 20 Sep 2024 04:02:32 -0500 Subject: [PATCH] update s6 configuration --- root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run | 4 ++-- root/etc/s6-overlay/s6-rc.d/svc-deluged/run | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run mode change 100755 => 100644 root/etc/s6-overlay/s6-rc.d/svc-deluged/run diff --git a/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run b/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run old mode 100755 new mode 100644 index 4a0b444..ba9f115 --- a/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run @@ -10,9 +10,9 @@ fi if [[ -z ${LSIO_NON_ROOT_USER} ]]; then exec \ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGE_WEB_PORT:-8112}" \ - s6-setuidgid abc /usr/bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}" + s6-setuidgid abc /lsiopy/bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}" else exec \ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGE_WEB_PORT:-8112}" \ - /usr/bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}" + /lsiopy/bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}" fi diff --git a/root/etc/s6-overlay/s6-rc.d/svc-deluged/run b/root/etc/s6-overlay/s6-rc.d/svc-deluged/run old mode 100755 new mode 100644 index ddbea68..313af25 --- a/root/etc/s6-overlay/s6-rc.d/svc-deluged/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-deluged/run @@ -34,9 +34,9 @@ fi if [[ -z ${LSIO_NON_ROOT_USER} ]]; then exec \ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGED_PORT:-58846}" \ - s6-setuidgid abc /usr/bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}" + s6-setuidgid abc /lsiopy/bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}" else exec \ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGED_PORT:-58846}" \ - /usr/bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}" + /lsiopy/bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}" fi