#!/bin/bash
if ! ps ax | grep pppd | grep -w linuxlab >/dev/null 2>&1; then
   /etc/ppp/pptpc
fi
