mirror of
https://github.com/logos-storage/deluge.git
synced 2026-04-18 16:53:11 +00:00
17 lines
264 B
SYSTEMD
17 lines
264 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Deluge Bittorrent Client Web Interface
|
||
|
|
Documentation=man:deluge-web
|
||
|
|
After=deluged.service
|
||
|
|
Wants=deluged.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
UMask=027
|
||
|
|
|
||
|
|
ExecStart=/usr/bin/deluge-web -d
|
||
|
|
|
||
|
|
Restart=on-failure
|
||
|
|
Slice=background.slice
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=default.target
|