File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
1111 exec \
1212 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGE_WEB_PORT:-8112}" \
13- s6-setuidgid abc /usr /bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}"
13+ s6-setuidgid abc /lsiopy /bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}"
1414else
1515 exec \
1616 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGE_WEB_PORT:-8112}" \
17- /usr /bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}"
17+ /lsiopy /bin/deluge-web -d -c /config --loglevel="${DELUGE_LOGLEVEL}"
1818fi
Original file line number Diff line number Diff line change 1010if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
1111 exec \
1212 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGED_PORT:-58846}" \
13- s6-setuidgid abc /usr /bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}"
13+ s6-setuidgid abc /lsiopy /bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}"
1414else
1515 exec \
1616 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 ${DELUGED_PORT:-58846}" \
17- /usr /bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}"
17+ /lsiopy /bin/deluged -c /config -d --loglevel="${DELUGE_LOGLEVEL}"
1818fi
You can’t perform that action at this time.
0 commit comments