#!/bin/sh

PATH=/bin:/sbin:/usr/bin:/usr/sbin

echo "Starting DHCP for interface $INTERFACE: "
/bin/dhcpcd & 

