version 1.63, 2006/01/27 21:27:15
|
version 1.63.2.1, 2006/01/28 10:03:05
|
Line 708 sub main () {
|
Line 708 sub main () {
|
my $args='new'; |
my $args='new'; |
if ($oldlonc) { $args = ''; } |
if ($oldlonc) { $args = ''; } |
if ( &checkon_daemon($fh,'lonc',40000,'USR1',$args) eq 'running') { |
if ( &checkon_daemon($fh,'lonc',40000,'USR1',$args) eq 'running') { |
&checkon_daemon($fh,'lond',40000,'USR2',$args); |
&checkon_daemon($fh,'lonc',40000,'USR2',$args); |
} |
} |
&checkon_daemon($fh,'lonhttpd',40000); |
&checkon_daemon($fh,'lonhttpd',40000); |
&checkon_daemon($fh,'lonmemcached',40000); |
&checkon_daemon($fh,'lonmemcached',40000); |