Connecting filesystem events with instant messaging.
Behaviour:
When a file is created in the watched directory, it is automatically sent to the configured chat.
Technology:
This service uses the fsnotify library. This library
uses the system call SYS_INOTIFY_INIT1 (294) on Linux systems and ReadDirectoryChangesW on Windows systems.
Configuration:
This service is configured via environment variables.