2017-03-20 19:16:50 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Deluge Bittorrent Client Daemon
|
2017-06-23 09:06:37 +00:00
|
|
|
Documentation=man:deluged
|
2017-03-20 19:16:50 +00:00
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
UMask=007
|
|
|
|
|
|
|
|
ExecStart=/usr/bin/deluged -d
|
|
|
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
2017-06-23 09:06:37 +00:00
|
|
|
# Time to wait before forcefully stopped.
|
2017-03-20 19:16:50 +00:00
|
|
|
TimeoutStopSec=300
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|