mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
fix(deluge): correct service paths to /usr/local/bin (#11170)
This commit is contained in:
parent
d91d5d7fd0
commit
9f3fa8e46c
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue