#!/bin/sh case "$1" in start) ez-ipupdate -c /etc/ez-ipupdate.conf -i ppp0 ;; restart) ez-ipupdate -c /etc/ez-ipupdate.conf -i ppp0 ;; esac