1100101 / Automatic

RSS downloader for Transmission
GNU General Public License v2.0
63 stars 13 forks source link

Conf monitor, Adding inotify non-blocking config file monitoring -n option #15

Open benoitm974 opened 9 years ago

benoitm974 commented 9 years ago

This allow to send a SIGHUP whenever a inotify MODIFY event is detected on config file.

benoitm974 commented 9 years ago

Any chance you could have a look and merge ? The motivatio being this is that I do use a web interface for subscribing to torrent feed, and it is more secure not to get the web the option to restart automatic but just to write the configuration to a while which automatic get notifie when change and reload the configuration.

benoitm974 commented 8 years ago

Hi any interest in this patch ?

chrisbutler commented 7 years ago

@benoitm974 you use a web interface to write a new automatic.conf file? that's awesome, i've been trying to find a way to do this myself. is what you use open source?