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>
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/sh
|
|
|
|
systemctl enable bluetooth
|
|
systemctl enable iio-sensor-proxy
|
|
systemctl enable modemmanager
|
|
systemctl enable networkmanager
|