From a1002f5bf79d56b1f739bf16b234ddca61815d9b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 10 Apr 2011 15:29:39 +0800 Subject: [PATCH] Cli.php --- Cli.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cli.php b/Cli.php index a0fe2648..e10a49a2 100644 --- 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 + "; -- 2.39.2