Deluge Web not working using the script from official forum
Posted: Mon Jun 15, 2020 3:44 pm
Hi there,
I cannot get the Deluge web to start working with this code. If I remove ' -d ' then it works.
I cannot get the Deluge web to start working with this code. If I remove ' -d ' then it works.
Code: Select all
[Unit]
Description=Deluge Bittorrent Client Web Interface
Documentation=man:deluge-web
After=network-online.target deluged.service
Wants=deluged.service
[Service]
Type=simple
UMask=000
ExecStart=/usr/bin/deluge-web -c "/home/pi/hdd1/Deluge/.config"
Restart=on-failure
[Install]
WantedBy=multi-user.target