mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
a7c4228ce7
- Add man page link - Ensure deluge-web is not daemonised
20 lines
304 B
Desktop File
20 lines
304 B
Desktop File
[Unit]
|
|
Description=Deluge Bittorrent Client Web Interface
|
|
Documentation=man:deluge-web
|
|
After=network-online.target deluged.service
|
|
Wants=deluged.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
User=deluge
|
|
Group=deluge
|
|
UMask=027
|
|
|
|
ExecStart=/usr/bin/deluge-web -d
|
|
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|