bug#53921: [PATCH] services: libvirt: Enable listening mode based on configuration.

2022-02-12 Thread Katherine Cox-Buday
Brice Waegeneire writes: > Good catch! This patch fixes the reported issue, I've tested it with > success. Thanks, Brice! This looks great! -- Katherine

bug#53921: [PATCH] services: libvirt: Enable listening mode based on configuration.

2022-02-12 Thread Brice Waegeneire
Fixes . * gnu/services/virtualization.scm (libvirt-shepherd-service): Use 'match-record' instead of accessors. Conditionally add "--listen" flag to the start command. --- Hello Katherine, Katherine Cox-Buday writes: > The shepherd libvirt service contains ways to