I am trying to create an entry in /etc/incron.d/
that'd monitor all changes done under the following directories:
/var/www/virtualhosts/dev.anuary.com/*/*/public/css
Now, I assume this should be as simple as:
/var/www/virtualhosts/dev.anuary.com/*/*/public/css IN_MODIFY,IN_NO_LOOP php /var/www/virtualhosts/dev.anuary.com/test.php $@/$#
However, the latter doesn't work. I cannot list every directory simply because they change quite irregularly.