Project

General

Profile

« Previous | Next » 

Revision 66491555

Added by PiBa-NL almost 7 years ago

gateway monitoring, wait for apinger to terminate or remove its pid file when restarting it.

View differences:

src/etc/inc/gwlb.inc
82 82
		}
83 83

  
84 84
		if (isvalidpid($process['pidfile'])) {
85
			killbypid($process['pidfile']);
85
			killbypid($process['pidfile'], 3);
86 86
		} else {
87 87
			@unlink($process['pidfile']);
88 88
		}

Also available in: Unified diff