You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has probably more to do with webproc than with this container but I think it would be great to have the webinterface send a HUP signal after saving changes.
It's currently sending an INT signal, waiting, killing the process, waiting and then relaunching dnsmasq, which is fairly slow.
However sending a HUP signal reloads the configuration immediately, e.g.:
$ docker exec dnsmasq killall -HUP dnsmasq
The text was updated successfully, but these errors were encountered:
This has probably more to do with webproc than with this container but I think it would be great to have the webinterface send a
HUP
signal after saving changes.It's currently sending an
INT
signal, waiting, killing the process, waiting and then relaunching dnsmasq, which is fairly slow.However sending a
HUP
signal reloads the configuration immediately, e.g.:$ docker exec dnsmasq killall -HUP dnsmasq
The text was updated successfully, but these errors were encountered: