#!/bin/bash

PID=`ps axuww | grep openvpn |  awk '{print $2}'`
kill -HUP ${PID}
