filewatcherd
filewatcherd copied to clipboard
Having problems with watching a directory
Hi,
I have a watchtab configured to watch a directory and I'm probably understanding things wrong...
Watchtab looks like this:
/usr/local/share/appdata/app1 * 1 /bin/sh /usr/local/share/watch-commnds/command.sh
So, when some file is added to this directory (via scp) I would expect that command.sh is triggered.. but its not. What is it, I am doing wrong here?