You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
928 B
23 lines
928 B
2 years ago
|
# 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
|