From 249a44f3fa1a70db3ea136835aeebd904f7cebd61d37c9991124196b46f3c941 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Mon, 17 Jul 2023 10:03:20 +0000 Subject: [PATCH] Accepting request 1097450 from home:jfehlig:branches:Base:System In the old days of the monolithic libvirtd, expecting the user to manually enable a single service was not unreasonable. But with the move to modular libvirt daemons, it's unrealistic to ask them to enable a service and five sockets. Plus, if they installed the package they want to use the service so it should be enabled. See boo#1212195 OBS-URL: https://build.opensuse.org/request/show/1097450 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-branding-openSUSE?expand=0&rev=140 --- default-openSUSE.preset | 12 ++++++++++++ systemd-presets-branding-openSUSE.changes | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/default-openSUSE.preset b/default-openSUSE.preset index b636f25..c935b6d 100644 --- a/default-openSUSE.preset +++ b/default-openSUSE.preset @@ -10,3 +10,15 @@ enable hylafax-faxqclean.timer enable hylafax-usage.timer enable storeBackup.timer enable drkonqi-coredump-processor@.service +# libvirt hypervisor specific daemons. Start by default at boot for VM autostart, +# but shutdown after 2 minutes of inactivity. Socket activated thereafter. +enable virtqemud.service +enable virtxend.service +enable virtlxcd.service +# libvirt secondary daemons providing supporting functionality to main hypervisor +# daemons. Socket activated only when required. +enable virtnetworkd.socket +enable virtnodedevd.socket +enable virtnwfilterd.socket +enable virtsecretd.socket +enable virtstoraged.socket diff --git a/systemd-presets-branding-openSUSE.changes b/systemd-presets-branding-openSUSE.changes index b3f2fa7..fe07aa8 100644 --- a/systemd-presets-branding-openSUSE.changes +++ b/systemd-presets-branding-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 21 21:07:11 UTC 2023 - James Fehlig + +- enable the various libvirt modular daemons (boo#1212195) + ------------------------------------------------------------------- Fri Jun 2 10:21:17 UTC 2023 - Matthias Gerstner