mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 08:44:44 +00:00
4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
sv check dbus >/dev/null || exit 1
|
|
exec /usr/lib/bluetooth/bluetoothd -n >/dev/null
|