delugewebui in shellscript

General support for problems installing or using Deluge
Post Reply
DR.c5bl3

delugewebui in shellscript

Post by DR.c5bl3 »

hi
I'm writing a shell script to be executed on startup (ie in '/etc/init.d') on my Ubuntu server.
i want deluge to run silently and leave the command line free to do other things (ie not do this:

Code: Select all

$ deluge -u web -q
/usr/lib/pymodules/python2.6/deluge/ui/webui/lib/webpy022/utils.py:138: DeprecationWarning: the sets module is deprecated
  from sets import Set
/usr/lib/pymodules/python2.6/deluge/ui/webui/utils.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  from md5 import md5

i need no loggig/output at all
any ideas on how to implement this?
thanks
DR.c4bl3
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: delugewebui in shellscript

Post by johnnyg »

DR.c5bl3

Re: delugewebui in shellscript

Post by DR.c5bl3 »

thanks- sorry i missed it
Post Reply