talos
talos copied to clipboard
Reparenting child processes within system-extenstion services
Feature Request
The ability to reparent child processes launched from within containers or talos system-extentions.
Description
We are creating a system extension to take some responsibility in launching child processes. In our case these are virtual machines. We are concerned that when multiple processes are running they all get reaped when one dies. Would it be possible to keep the children running, and reparent them as soon as the service restarts?