#!/bin/bash

pkill -f "udhcpc-retry $IFACE.*"
pkill -f "udhcpc .*-i $IFACE.*"
rm -f "/var/run/udhcpc*.$IFACE.pid"

exit 0
