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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 31 May 2021 10:15:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256221

--- Comment #2 from Leo Vandewoestijne <freebsd@dns.company> ---
(In reply to Chris Hutchinson from comment #1)

I know the problem, but I use it in dedicated jails.
But indeed the behaviour is incorrect, and I fail to see what is the cause.
And manually I used to do the same command.


What about this in files/krescachegc.in

for all in `pgrep -x kresd`
do
    kill -HUP $all
done

and this is files/kresd.in

for all in `pgrep -x kres-cache-gc
do
    kill -HUP $all
done

...?

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