[libvirt PATCH 0/2] build: make the run script more intelligent on systemd hosts

Daniel P. Berrangé posted 2 patches 3 years, 1 month ago
Only 1 patches received!
run.in | 125 ++++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 105 insertions(+), 20 deletions(-)
[libvirt PATCH 0/2] build: make the run script more intelligent on systemd hosts
Posted by Daniel P. Berrangé 3 years, 1 month ago
Running virtqemud, we just stop the virqemud daemon units

Temporarily stopping systemd units...
 > virtqemud.socket
 > virtqemud-ro.socket
 > virtqemud-admin.socket
Running ./src/virtqemud...
^CRe-starting original systemd units...
 > virtqemud-admin.socket
 > virtqemud-ro.socket
 > virtqemud.socket

Running libvirtd, we stop all modular demon units

Temporarily stopping systemd units...
 > virtnetworkd.socket
 > virtproxyd.socket
 > virtqemud.socket
 > virtqemud-ro.socket
 > virtqemud-admin.socket
Running ./src/libvirtd...
^CRe-starting original systemd units...
 > virtqemud-admin.socket
 > virtqemud-ro.socket
 > virtqemud.socket
 > virtproxyd.socket
 > virtnetworkd.socket

Daniel P. Berrangé (2):
  build: convert the run script to use Python
  build: teach run script how to temporarily stop systemd units

 run.in | 125 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 105 insertions(+), 20 deletions(-)

-- 
2.30.2