mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 07:03:39 +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
|