#!/bin/sh
[ "$IFACE" != "lo" ] || exit 0
udhcpc -t 5 -q -s /bin/simple.script
