#!/bin/sh

set -eu

if [ -f "/var/run/udhcpd.${IFACE}" ]; then
	kill "$(cat "/var/run/udhcpd.${IFACE}")"
fi