clearlinux / clear-config-management

Clear Config Management Project
Apache License 2.0
8 stars 4 forks source link

ciao-compute/ciao-network: Ensure qemu processes stay alive #84

Closed rbradford closed 8 years ago

rbradford commented 8 years ago

When restarting ciao-launcher on the CN or NN it's important to keep the qemu processes that they've started alive.

The default, KillMode=control-group, will result in all processes in the control group being killed when the service is stopped. This will include all the qemu processes created by ciao-launcher as they are placed into the same cgroup by systemd.

Signed-off-by: Rob Bradford robert.bradford@intel.com

albertomurillo commented 8 years ago

Thanks!