Lines Matching defs:startnew
358 sub startnew {
361 logmsg "startnew: $cmd\n" if ($verbose);
366 logmsg "startnew: fork() failure detected\n";
390 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);
393 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";
398 logmsg "startnew: child process has failed to start\n" if($verbose);
414 logmsg "startnew: child process has died, server might start up\n"
1171 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1246 my ($http2pid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1307 my ($http3pid, $pid3) = startnew($cmd, $pidfile, 15, 0);
1385 my ($httpspid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1450 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1);
1513 my ($ftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1593 my ($protospid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1660 my ($tftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1736 my ($rtsppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1823 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 60, 0);
1826 # timeout passed to startnew, when this happens startnew completes
1926 my ($sockspid, $pid2) = startnew($cmd, $pidfile, 30, 0);
1995 my ($sockspid, $pid2) = startnew($cmd, $pidfile, 30, 0);
2056 my ($dictpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2117 my ($smbpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2177 my ($ntelpid, $pid2) = startnew($cmd, $pidfile, 15, 0);