[Bug 256221] dns/knot-resolver: the kresd init script won't stop the service

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 May 2021 17:49:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256221

--- Comment #1 from Chris Hutchinson <portmaster@bsdforge.com> ---
This works. But seems kind of awkward:

for all in `ps waux | grep kresd | awk '{print $2;}'`
do
    kill -HUP $all
done

-- 
You are receiving this mail because:
You are the assignee for the bug.