Lines Matching full:startnew
425 sub startnew {
428 startnew: $cmd\n" if ($verbose);
434 logmsg "startnew: fork() failure detected\n";
455 logmsg "startnew: $pidfile faked with pid=$child\n" if($verbose);
458 logmsg "startnew: failed to write fake $pidfile with pid=$child\n";
463 logmsg "startnew: child process has failed to start\n" if($verbose);
483 logmsg "startnew: child process has died, server might start up\n"
1395 my ($http2pid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1480 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1555 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1636 my ($httpspid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1717 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1); # fake pidfile
1812 my ($ftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1894 my ($ftpspid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1976 my ($tftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2057 my ($rtsppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2135 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 60, 0);
2138 # passed to startnew, when this happens startnew completes without being
2296 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 30, 1); # fake pidfile
2372 my ($dictpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2448 my ($smbpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2524 my ($ntelpid, $pid2) = startnew($cmd, $pidfile, 15, 0);