Page 1 of 1

[Solved]Command to shutdown deluge-gtk on Ubuntu Linux

Posted: Sun Jan 23, 2011 12:51 am
by knome
I am looking for a way to shutdown the GTK version of Deluge (in classic mode) from the command line. I want to do this so I can shutdown Deluge (gracefully) through cron because my torrents time out after 24 hours and stop seeding. I have tried "killall -SIGTERM deluge"; "killall -SIGTERM deluge-gtk"; and "killall -SIGTERM deluged" all to no avail. Any help with this would be appreciated.

Deluge 1.3.0
Libtorrent 0.15.4.0
Ubuntu 10.10

Thanks, Greg

Re: Command to shutdown deluge-gtk on Ubuntu Linux

Posted: Sun Jan 23, 2011 4:00 pm
by shql

Code: Select all

kill `pgrep -f deluge-gtk`

Re: [Solved]Command to shutdown deluge-gtk on Ubuntu Linux

Posted: Tue Jan 25, 2011 12:57 am
by knome
Thank you.

Re: [Solved]Command to shutdown deluge-gtk on Ubuntu Linux

Posted: Wed Mar 02, 2011 1:49 pm
by Cas
an easier way:

Code: Select all

pkill -f deluge-gtk