Page 1 of 1

deluge --ui=web as daemon

Posted: Tue Aug 25, 2009 11:19 am
by mutex
How can I run web interface as daemon. When I try to do it, it's bounded to terminal.

Re: deluge --ui=web as daemon

Posted: Tue Aug 25, 2009 11:51 am
by johnnyg
have you tried:

Code: Select all

deluge -u web &
otherwise you could use an init script.

Re: deluge --ui=web as daemon

Posted: Tue Aug 25, 2009 6:19 pm
by andar
I suggest just using start-stop-daemon