Skip to content

Commit

Permalink
update s6 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Sep 20, 2024
1 parent a1473b4 commit ec51f2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN \
pip install -U --no-cache-dir \
pip \
setuptools \
requests \
wheel && \
mkdir /app/deluge-src && \
git clone https://github.com/deluge-torrent/deluge.git /app/deluge-src/ && \
Expand Down
4 changes: 2 additions & 2 deletions root/etc/s6-overlay/s6-rc.d/svc-deluge-web/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 /lsiopy/bin/deluge-web \
-d -c /config --loglevel="${DELUGE_LOGLEVEL}"
s6-setuidgid abc /lsiopy/bin/deluge-web \
-d -c /config --loglevel="${DELUGE_LOGLEVEL}" --logfile="/config/deluge-web.log"
4 changes: 2 additions & 2 deletions root/etc/s6-overlay/s6-rc.d/svc-deluged/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 /lsiopy/bin/deluged -c /config \
-d --loglevel="${DELUGE_LOGLEVEL}"
s6-setuidgid abc /lsiopy/bin/deluged -c /config \
-d --loglevel="${DELUGE_LOGLEVEL}" --logfile="/config/deluged.log"

0 comments on commit ec51f2b

Please sign in to comment.