8 lines
213 B
Bash
8 lines
213 B
Bash
#!/bin/sh
|
|
|
|
rc-update add bluetooth default
|
|
rc-update add elogind default
|
|
rc-update add hfd-service default
|
|
rc-update add iio-sensor-proxy default
|
|
rc-update add networkmanager default
|
|
rc-update add urfkill default
|