e979d5e79e
- fix NM unit name - relocate an errant -openrc pkg - remove iio-sensor-proxy from service autostart on systemd, it appears that this is dbus activated (inspected the .service file, no `Install` section and using dbus directive)
6 lines
126 B
Bash
6 lines
126 B
Bash
#!/bin/sh
|
|
|
|
systemctl enable bluetooth
|
|
#systemctl enable hfd-service
|
|
systemctl enable NetworkManager
|
|
#systemctl enable urfkill
|