#!/bin/sh
exec 2>&1

INTERFACES=eth0
exec dhcpd -f -d $INTERFACES
