mirror of
https://git.rockylinux.org/staging/src/rocky-release.git
synced 2024-10-31 21:21:24 +00:00
22 lines
927 B
Plaintext
22 lines
927 B
Plaintext
# Enable the D-Bus service (including its socket for socket activation)
|
|
# unconditionally. It is used throughout Fedora and required on all machines.
|
|
# https://src.fedoraproject.org/rpms/fedora-release/pull-request/4
|
|
# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
|
|
enable dbus.socket
|
|
enable dbus-broker.service
|
|
|
|
# Socket-activated pipewire service for individual user sessions
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1592434
|
|
enable pipewire.socket
|
|
|
|
# Enable the PipeWire PulseAudio compatibility socket interface
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1904239
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1907906
|
|
# https://fedoraproject.org/wiki/Changes/DefaultPipeWire
|
|
enable pipewire-pulse.socket
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1976006
|
|
enable pipewire-media-session.service
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2022717
|
|
enable wireplumber.service
|