This new version includes initial support for systemd (for bluetooth only atm). udev rules are only installed for openrc systems, bt config on systemd was replaced by a unit file and using bootmac for wifi has issues (https://gitlab.postmarketos.org/postmarketOS/bootmac/-/issues/7) [ci:skip-build]: already built successfully in CI
4 lines
114 B
Bash
4 lines
114 B
Bash
#!/bin/sh
|
|
|
|
. /usr/lib/systemd/systemd-apk-macros.sh
|
|
systemd_service_post_install system bootmac-bluetooth.service
|