path: vsftpd_3.0.5-0.5/debian/vsftpd.init
		do 
			_PID="$(if [ -e /var/run/vsftpd/vsftpd.pid ]; then cat /var/run/vsftpd/vsftpd.pid; fi)"
			if `pidof vsftpd | tr '' '\n' | grep -oqs "${_PID}"`
			then
				break
