Code: Select all
*/1 * * * * root /usr/bin/foo >/dev/null 2>&1
@reboot root /usr/bin/foo >/dev/null 2>&1
But in fact, the cron daemon doesn't seem to pay it any heed.
Is there something obvious I've missed


I tried
Code: Select all
#crontab -e
EDIT
However, *adding* the two lines above does seem to work. But why not in /etc/cron.d?