1100101 / Automatic

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

Autoreload config file #2

Closed oae closed 11 years ago

oae commented 11 years ago

Daemon should watch config file for changes. For example if i add or delete feed it should reload.

1100101 commented 11 years ago

Automatic will reload the settings if it receives a SIGHUP signal. Automatically detecting any changes to the config file (via inotify, for example), seems overkill for me. I don't know of any daemon that does that.