mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
18 lines
234 B
SYSTEMD
18 lines
234 B
SYSTEMD
|
[Unit]
|
||
|
Description=Deluge Bittorrent Client Web Interface
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
|
||
|
User=deluge
|
||
|
Group=deluge
|
||
|
UMask=027
|
||
|
|
||
|
ExecStart=/usr/bin/deluge-web
|
||
|
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|