19 lines
289 B
SYSTEMD
19 lines
289 B
SYSTEMD
[Unit]
|
|
Description=Deluge Bittorrent Client Daemon
|
|
Documentation=man:deluged
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
UMask=007
|
|
|
|
ExecStart=/usr/bin/deluged -d
|
|
|
|
Restart=on-failure
|
|
|
|
# Time to wait before forcefully stopped.
|
|
TimeoutStopSec=300
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|