The Answer to Life, the Universe, and Everything

Wednesday, June 13, 2007

Ubuntu cron

Crontab on Ubuntu doesn't work with normal grammer. You need to add.
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin

command > /dev/null 2>&1

No comments: