]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
allow multiple managers docs-develop-mult-8twxj2/deployments/6231
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 18 Feb 2025 14:23:45 +0000 (15:23 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 18 Feb 2025 14:23:45 +0000 (15:23 +0100)
commit4dafeda046c61845376b34d04dc993256034ef1f
treec41ea62003509f22bec5ddc34b84ac83fb7205e6
parenta765568ac5c3998d99d235d9da831d7d037deb69
allow multiple managers

This concerns the AF_UNIX socket for sd_notify() protocol
between supervisord and the individual kresd processes.
Before: "@knot-resolver-control-socket"
Now: "/the_rundir/supervisor-notify-socket"

Nits: also some refactoring (goto)
NEWS
python/knot_resolver/controller/supervisord/plugin/notifymodule.c
python/knot_resolver/controller/supervisord/plugin/sd_notify.py