Are you certain Cent6.6 has cron enabled? Many modern systems don't any more since cron is going away once you transition to SystemD. In SystemD, whether a process starts and stays running, runs once and quits, or runs periodically, you simply create a unit file, and optionally a timer. So... don't just assume cron is running, it may no longer be started by default. CentOS7 will use SystemD.
Kevin
Hi,
I'm on CentOS 6.6 and created a user crontab ( crontabe -e ). I added the line to run a PHP script at 36 after the hour.
36 * * * * /path/to/script/script.php
Had a path wrong so it was failing.
Was looking in /var/log/cron and it did not show the error.
What am I missing?
Thanks!!
Keith
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss