b18ccab0f5
Allow this package to be used on systemd installs without pulling in a bunch of openrc services. Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Co-authored-by: Clayton Craft <clayton@craftyguy.net>
8 lines
224 B
Bash
8 lines
224 B
Bash
#!/bin/sh
|
|
|
|
rc-update add apk-polkit-server default
|
|
rc-update add bluetooth default
|
|
rc-update add elogind default
|
|
rc-update add iio-sensor-proxy default
|
|
rc-update add modemmanager default
|
|
rc-update add networkmanager default
|