--- loncom/loncron 2006/11/01 21:08:06 1.69 +++ loncom/loncron 2007/02/02 12:59:13 1.70 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.69 2006/11/01 21:08:06 www Exp $ +# $Id: loncron,v 1.70 2007/02/02 12:59:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -719,6 +719,7 @@ sub main () { &checkon_daemon($fh,'lonc',40000,'USR1',$args); &checkon_daemon($fh,'lonhttpd',40000); &checkon_daemon($fh,'lonmemcached',40000); + &checkon_daemon($fh,'lonmaxima',40000); } if ($justreload) { &checkon_daemon($fh,'lond',40000,'USR2');