mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
wireplumber: dont start systemd system service by default
If wireplumber gets started with user services and socket activation, what I guess is the regular way, the system service fails to come up at boot Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -124,7 +124,6 @@ PACKAGES =+ "\
|
|||||||
|
|
||||||
PACKAGES_DYNAMIC = "^${PN}-modules.*"
|
PACKAGES_DYNAMIC = "^${PN}-modules.*"
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "wireplumber.service"
|
|
||||||
CONFFILES:${PN} += " \
|
CONFFILES:${PN} += " \
|
||||||
${datadir}/wireplumber/wireplumber.conf \
|
${datadir}/wireplumber/wireplumber.conf \
|
||||||
${datadir}/wireplumber/*.lua.d/* \
|
${datadir}/wireplumber/*.lua.d/* \
|
||||||
@@ -134,7 +133,7 @@ CONFFILES:${PN} += " \
|
|||||||
# itself to become a daemon, in practice, the PipeWire daemon is used.
|
# itself to become a daemon, in practice, the PipeWire daemon is used.
|
||||||
RRECOMMENDS:${PN} += "pipewire ${PN}-scripts ${PN}-modules-meta"
|
RRECOMMENDS:${PN} += "pipewire ${PN}-scripts ${PN}-modules-meta"
|
||||||
|
|
||||||
FILES:${PN} += "${systemd_user_unitdir}"
|
FILES:${PN} += "${systemd_user_unitdir} ${systemd_system_unitdir}"
|
||||||
|
|
||||||
FILES:libwireplumber = " \
|
FILES:libwireplumber = " \
|
||||||
${libdir}/libwireplumber-*.so.* \
|
${libdir}/libwireplumber-*.so.* \
|
||||||
|
|||||||
Reference in New Issue
Block a user