howto: Raspberry Pi Deluged Torrent Server "Pi TorrentBox"

Опубликовано: 01 Август 2026
на канале: ONLIESVAN
2,923
22

sudo nano /etc/systemd/system/deluged.service

[Unit]
Description=Deluge Daemon
After=network-online.target

[Service]
Type=simple
User=pi
Group=pi
UMask=007
ExecStart=/usr/bin/deluged -d
Restart=on-failure
TimeoutStopSec=300

[Install]
WantedBy=multi-user.target

sudo nano /etc/systemd/system/deluge-web.service

[Unit]
Description=Deluge Web Interface
After=network-online.target deluged.service
Wants=deluged.service

[Service]
Type=simple
User=pi
Group=pi
UMask=027
ExecStart=/usr/bin/deluge-web
Restart=on-failure

[Install]
WantedBy=multi-user.target

#onliesvan #deluge #torrentbox