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
any ideas on how to implement this?
thanks
DR.c4bl3