From 9f3fa8e46c4905281f30bc5b9d3d390c55c282a1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sun, 25 Jan 2026 13:41:38 +0100 Subject: [PATCH] fix(deluge): correct service paths to /usr/local/bin (#11170) --- install/deluge-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 478e9f8d4..e628e3cb7 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -38,7 +38,7 @@ After=network-online.target [Service] Type=simple UMask=007 -ExecStart=/usr/bin/deluged -d +ExecStart=/usr/local/bin/deluged -d Restart=on-failure TimeoutStopSec=300 @@ -56,7 +56,7 @@ Wants=deluged.service [Service] Type=simple UMask=027 -ExecStart=/usr/bin/deluge-web -d +ExecStart=/usr/local/bin/deluge-web -d Restart=on-failure [Install]