Where are my crons

Re: Where are my crons

by Albert Ramsbottom -
Number of replies: 0

Hi

Yes I found them in cron.d on webserver 1

We use a shared codebase so I assume we only need the cron set up on one server

*/1 *     * * *     www-data  /usr/bin/php /var/www/html/moodle/admin/cli/cron.php > /dev/null

Maybe I will write the cron,log as I should keep an eye out for issues at this stage


Cheers Ken

PS we currently have the codebase files owned by root and the moodledata owned by www-data but the cron is run using the user www-data? Is this right?