From e82c3083f2057495f76155039aa9414cc0acab2d Mon Sep 17 00:00:00 2001 From: jerry048 <61510650+jerry048@users.noreply.github.com> Date: Thu, 12 May 2022 17:43:04 +0800 Subject: [PATCH] Update Deluge_install.sh --- Torrent Clients/Deluge/Deluge_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Torrent Clients/Deluge/Deluge_install.sh b/Torrent Clients/Deluge/Deluge_install.sh index 9694ef1..123777f 100644 --- a/Torrent Clients/Deluge/Deluge_install.sh +++ b/Torrent Clients/Deluge/Deluge_install.sh @@ -89,7 +89,7 @@ Type=simple UMask=002 User=$username LimitNOFILE=infinity -ExecStart=/usr/local/bin/deluged -d +ExecStart=/usr/bin/deluged -d ExecStop=/usr/bin/killall -w -s 9 /usr/bin/deluged Restart=on-failure TimeoutStopSec=20 @@ -108,7 +108,7 @@ Wants=deluged.service [Service] Type=simple User=$username -ExecStart=/usr/local/bin/deluge-web +ExecStart=/usr/bin/deluge-web ExecStop=/usr/bin/killall -w -s 9 /usr/bin/deluge-web TimeoutStopSec=5 Restart=on-failure