I have created the below file in /etc/cron.d/
-rw-r--r-- 1 root root 81 2011-07-10 14:56 foswiki
...and copied the below into the file:
* * * * * cd /var/lib/foswiki && perl -I bin tools/mailnotify -user AdminUser -q
I assumed that this would run every minute. It does not appear to run at all however. The script is part of a Foswiki installation (likely irrelevant to the question) and does run manually, which leads me to think I've done something wrong in setting up the above. Is it a file permissions issue? Any help is appreciated. Thanks.