#!/bin/bash PPPD_PID=$(/usr/bin/pidof pppd) kill -s HUP $PPPD_PID