#!/bin/sh
#
# DNS and DHCP services are provided by dnsmasq
# (see http://thekelleys.org.uk/dnsmasq/doc.html)
#
# We simply start it here; configuration is done in
# /etc/dnsmasq.conf
#
# If you really want to disable DNS and DHCP globally,
# you can comment out this line
#
dnsmasq &
