mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
a7c4228ce7
- Add man page link - Ensure deluge-web is not daemonised
21 lines
314 B
Desktop File
21 lines
314 B
Desktop File
[Unit]
|
|
Description=Deluge Bittorrent Client Daemon
|
|
Documentation=man:deluged
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=deluge
|
|
Group=deluge
|
|
UMask=007
|
|
|
|
ExecStart=/usr/bin/deluged -d
|
|
|
|
Restart=on-failure
|
|
|
|
# Time to wait before forcefully stopped.
|
|
TimeoutStopSec=300
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|