path: netcfg_1.202/finish-install.d/97release-dhcp-lease
[ -n "$pid" ] && kill -USR2 $pid
if [ "$(pidof dhclient || true)" ]; then
	dhclient -r || true
	dhclient -6 -r || true
