I'm using OpenShift and I have a shell script that is executable and can be run from the command line, however cron doesn't seem to even attempt to run it.
I have placed my shell script in ~/cron/minutely
When I run: /sbin/service crond status, I get "crond is stopped" When I run: /sbin/service crond start, I get "User has insufficient privilege" I am logged in as root.
I'm stuck. Any help would be much appreciated!