diff options
Diffstat (limited to 'config/procwatch/procwatch_cron.php')
-rw-r--r-- | config/procwatch/procwatch_cron.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/procwatch/procwatch_cron.php b/config/procwatch/procwatch_cron.php new file mode 100644 index 00000000..f4cc7608 --- /dev/null +++ b/config/procwatch/procwatch_cron.php @@ -0,0 +1,6 @@ +#!/usr/local/bin/php -f +<?php +require_once("procwatch.inc"); + +procwatch_check_services(); +?>
\ No newline at end of file |