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 index 55b23bf..d1f54e1 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run @@ -9,5 +9,5 @@ fi 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 /usr/bin/deluge-web \ + -d -c /config --loglevel="${DELUGE_LOGLEVEL}" diff --git a/root/etc/s6-overlay/s6-rc.d/svc-deluged/run b/root/etc/s6-overlay/s6-rc.d/svc-deluged/run index aa7f935..1dd6242 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-deluged/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-deluged/run @@ -33,5 +33,5 @@ fi 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 /usr/bin/deluged -c /config \ + -d --loglevel="${DELUGE_LOGLEVEL}"