#!/bin/sh if [ -f /var/run/dnsmasq.pid ] ; then kill `cat /var/run/dnsmasq.pid` else killall dnsmasq fi