11 lines
198 B
Text
11 lines
198 B
Text
[Unit]
|
|
Description=Deluge WebUI
|
|
Documentation=man:deluge-web
|
|
After=deluged.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/deluge-web -c ${DELUGED_HOME} ${DELUGED_OPTS}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|