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