path: installation-report_2.98/debian/save-logs.postinst
	: >/var/lib/httpd_stop # Blocks new listener processes from starting
	sleep 1
	for PID in $(pidof nc); do
		if grep -q "httpd" /proc/$PID/cmdline ; then
			# The server may already have gone if hit
