deluge --ui=web as daemon

General support for problems installing or using Deluge
Post Reply
mutex
New User
New User
Posts: 5
Joined: Wed Aug 20, 2008 7:53 pm

deluge --ui=web as daemon

Post by mutex »

How can I run web interface as daemon. When I try to do it, it's bounded to terminal.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: deluge --ui=web as daemon

Post by johnnyg »

have you tried:

Code: Select all

deluge -u web &
otherwise you could use an init script.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: deluge --ui=web as daemon

Post by andar »

I suggest just using start-stop-daemon
Post Reply