#!/bin/sh
if [ -f /var/run/httpd2.pid ]; then 
	/usr/bin/drupal.sh --root /srv/www/drupal7 http://localhost/drupal/cron.php 1>/dev/null 2>&1
fi
