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 b3c09f6 commit 7b9e26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 /usr/bin/deluge-web \
-d -c /config --loglevel="${DELUGE_LOGLEVEL}"
s6-setuidgid abc /usr/bin/deluge-web \
-d -c /config --loglevel="${DELUGE_LOGLEVEL}"
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 /usr/bin/deluged -c /config \
-d --loglevel="${DELUGE_LOGLEVEL}"
s6-setuidgid abc /usr/bin/deluged -c /config \
-d --loglevel="${DELUGE_LOGLEVEL}"

0 comments on commit 7b9e26f

Please sign in to comment.