On Mon, Dec 26, 2011 at 1:04 PM, Cristian Rodríguez crrodriguez@opensuse.org wrote:
Suppose something's wrong and ExecStop (which will try a graceful shut down of the VMs)
doesn't work. Then you have to forcibly stop the VMs.
How would systemd do it?
It will send SIGKILL to the process mentioned in ExecStart
Which no longer exists, because it was a TSR that just started the VM with some command to the kernel. IE: totally wrong action to take.