I am having cron run a shell script which includes this line...
/etc/init.d/nginx reload
but it is giving me an exit code of 2...What can I do to reload nginx from cron successfully?