Version 1 (modified by Cas, 11 years ago) (diff)

--

systemd Scripts

deluged.service:

[Unit]
Description=Deluge Bittorrent Client Daemon 
After=network.target

[Service]
User=deluge
Type=simple
ExecStart=/usr/bin/deluged -d

[Install]
WantedBy=multi-user.target

deluge-web.service:

[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network.target

[Service]
User=deluge
Type=simple
ExecStart=/usr/bin/deluge-web

[Install]
WantedBy=multi-user.target