blob: 9ebfcbc84745a51ce961acce71540b3d900e25a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Deluge WebUI
Documentation=man:deluge-web
After=deluged.service
[Service]
ExecStart=/usr/bin/deluge-web -d -c ${DELUGE_WEB_HOME} ${DELUGE_WEB_OPTS}
[Install]
WantedBy=multi-user.target
|