#!/bin/sh

[ -f /var/lock/subsys/moodle ] && [ -f /var/run/httpd/httpd.pid ] && /usr/bin/php /var/www/moodle/web/admin/cli/cron.php
