Closed dontlaugh closed 1 week ago
Not quite. We purposefully don't terminate dnsmasq when Incus exits as we want it to keep being available for the instances running during a service restart.
However as soon as Incus starts back up, it restarts all the networks to generate an up to date dnsmasq config.
So it's perfectly normal to both see dnsmasq still run when Incus goes down and to see it get restarted when Incus starts up.
Incus versions are Client version: 6.7; Server version: 6.7
journalctl -fu incus
then runsystemctl restart incus
This shows up in the logs
dnsmasq is given a new PID on every restart, so presumably our intention is to have that process terminate w/ the service.