gregghz / Watcher

Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read yaml file instead of a plain text file. It's also written in Python, making it easier to hack.
MIT License
242 stars 129 forks source link

Add support to run watcher under supervisord #21

Open stv-io opened 6 years ago

stv-io commented 6 years ago

It would be awesome if this tool could run as a service, under for example supervisord. This would mean delegating the pid management to the sub-service running the script.

Does this make sense in light of this project?

stv-io commented 6 years ago

ping @gregghz for your thoughts 😄

gregghz commented 6 years ago

That sounds like a good idea. I don't have any short term plans to implement this but I'll leave the issue open in case someone else wants to contribute the work.