1100101 / Automatic

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

Any option to monitor the configuration file changed automaticaly rather that SIGHUP ? #14

Open benoitm974 opened 9 years ago

benoitm974 commented 9 years ago

I'm looking to add an inotify monitoring for configuration file changed/deleted/created event to reload the configuration, instead of having an external user/process to SIGHUP the automatic process. Is the inotify the best option ? Or any other ideas ?

Thanks

benoitm974 commented 9 years ago

I've submited pull request with a inotify implementation throwing SIGHUP... we'll see.