Bug 185888 - net-p2p/deluge: Deluge-Web Startup
Summary: net-p2p/deluge: Deluge-Web Startup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 18:00 UTC by huber.georg
Modified: 2014-06-05 09:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description huber.georg 2014-01-19 18:00:00 UTC
I have been running deluge1.3.6 for months now, mostly without any problems. I use the startup-script provided by the port in  /usr/local/etc/rc.d/deluged.

while this starts the deluge demon fine, I have always wanted to automatically start the delugew demon (deluge-web) upon startup as well. Can I just add the line "deluge-web --fork" to the startup script? if so, where would I have to do that? My guess is no, otherwise there would be no need for the 'delugew' script to be found at the deluge-torrent.org site.

to make a long story short, is there a way, I can automatically start the web-interface daemon of deluge?
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-19 18:26:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-06-05 09:29:56 UTC
It was just committed. The script itself is from Daniel O'Connor <darius@dons.net.au>. You may use it like that, according to him:

rc.conf entries like so..
deluge_web_enable="YES"
deluge_web_user="darius"
deluge_web_confdir="/usr/local/etc/deluged"
deluge_web_logfile="/var/log/deluge/deluge-web.log"