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
This commit is contained in:
Matthias Gerstner 2023-07-17 10:03:20 +00:00 committed by Git OBS Bridge
parent e5611b5daa
commit 249a44f3fa
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 21 21:07:11 UTC 2023 - James Fehlig <jfehlig@suse.com>
- enable the various libvirt modular daemons (boo#1212195)
-------------------------------------------------------------------
Fri Jun 2 10:21:17 UTC 2023 - Matthias Gerstner <matthias.gerstner@suse.com>