You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/deluge/files/deluge-web.service-3

11 lines
200 B

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