Backgrounding WebUi

General support for problems installing or using Deluge
Post Reply
elitistphoenix
New User
New User
Posts: 4
Joined: Sat Dec 06, 2008 7:08 am

Backgrounding WebUi

Post by elitistphoenix »

Hi Guys and Gals,

Is there a way to background the deluge web ui process? Both ways I've tried the process dies and thus I can't connect.
deluge -u web &
deluge -u web &> /home/homer/.config/deluge/webui.log

Also tried changing the default ui mode in the deluged config file to web.

I'm kinda out of ideas here though I'm probably missing something.

Cheers,
NJ
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Backgrounding WebUi

Post by mvoncken »

You can use screen to background webui.
http://www.kuro5hin.org/story/2004/3/9/16838/14935
dev: webui, core, labels | irc:vonck7 |
elitistphoenix
New User
New User
Posts: 4
Joined: Sat Dec 06, 2008 7:08 am

Re: Backgrounding WebUi

Post by elitistphoenix »

So there isn't some built in mechanism? Surely this could be integrated in to the main daemon and setup via a config file.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Backgrounding WebUi

Post by johnnyg »

elitistphoenix wrote:So there isn't some built in mechanism? Surely this could be integrated in to the main daemon and setup via a config file.
I personally use a init.d script to start and stop both deluged and the web ui, see here for a list of example scripts.
Post Reply