summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-multimedia/wireplumber/wireplumber-policy-config-agl_git.bbappend
blob: fe6dab86de402f576f1e4638cfd998671d50ac71 (plain)
1
2
3
4
5
6
7
8
do_install:append() {
    config_dir="${D}${sysconfdir}/wireplumber/"
    systemd_dir="${D}${sysconfdir}/systemd/system/sockets.target.wants"

    # enable additional systemd services
    install -d ${systemd_dir}
    ln -s ${systemd_system_unitdir}/wireplumber@.service ${systemd_dir}/wireplumber@policy.service
}