Page 1 of 1

Signal transmission-gtk to rebuild blocklists?

Posted: Fri Aug 31, 2012 10:29 pm
by threecheese
Sending HUP signal to transmission-gtk causes it to die; is there a way I can signal the process to reload it's config, specifically rebuilding the binary representations of blocklists that are stored in ~/.config/transmission/blocklists ?

I've got a cron job that updates the lists, and If I'm running the GTK version of the app (rather than the daemon, which I believe does support what I need) I'd like to not have to restart the application.

Thanks!