version 1.65, 2006/01/28 10:03:37
|
version 1.67, 2006/03/07 20:01:26
|
Line 707 sub main () {
|
Line 707 sub main () {
|
} |
} |
my $args='new'; |
my $args='new'; |
if ($oldlonc) { $args = ''; } |
if ($oldlonc) { $args = ''; } |
if ( &checkon_daemon($fh,'lonc',40000,'USR1',$args) eq 'running') { |
&checkon_daemon($fh,'lonc',40000,'USR1',$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); |
} |
} |