path: netcfg_1.202/finish-install.d/97release-dhcp-lease
set -e
pid=$(pidof udhcpc) || true
[ -n "$pid" ] && kill -USR2 $pid
