Cli.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:29:39 +0000 (15:29 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 10 Apr 2011 07:29:39 +0000 (15:29 +0800)
Cli.php

diff --git a/Cli.php b/Cli.php
index a0fe264..e10a49a 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -47,6 +47,10 @@ class Pman_Core_Cli
     
     Runs the notification tool - should be run every minute ideally.
     Sends out emails to anyone in the notification list.
+    
+    /etc/cron.d/PmanNotify
+     * *  * * *     www-data     /usr/bin/php /home/gitlive/web.mtrack/admin.php  Core/Notify > /dev/null
+    
         
 ";