Qubes doesn't shutdown when parent qube is shutdown

I made a qube with networking , so whem I opem it it opens sys-net qube. But when I shut it down (In GUI) , I can still see in Qubes Manager that sys-net qube status is still a green dot (running). And so I close them manualy in Qubes Manager.

Is that intended behaviour ? I would like all qubes to be closed when parent qube that opened them, is closed.

yes

you could make a script doing so:

  • for each qube providing network
  • verify if another qube using it as a netvm is running
  • if not, shutdown that qube, apply the same algorithm to its netvm
1 Like

Thank you. Just needed to be sure it is intended behaviour