mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
fix(deluge): correct service paths to /usr/local/bin (#11170)
This commit is contained in:
committed by
GitHub
parent
d91d5d7fd0
commit
9f3fa8e46c
@@ -38,7 +38,7 @@ After=network-online.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
UMask=007
|
UMask=007
|
||||||
ExecStart=/usr/bin/deluged -d
|
ExecStart=/usr/local/bin/deluged -d
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
TimeoutStopSec=300
|
TimeoutStopSec=300
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ Wants=deluged.service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
UMask=027
|
UMask=027
|
||||||
ExecStart=/usr/bin/deluge-web -d
|
ExecStart=/usr/local/bin/deluge-web -d
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user