7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
|
|
rc-update add bluetooth
|
|
rc-service bluetooth start
|
|
|
|
rc-service dbus start
|
|
rc-update add dbus default
|