6 lines
168 B
Text
6 lines
168 B
Text
|
#!/sbin/openrc-run
|
||
|
name="Purism Librem 5 Sparklan brcm bluetooth enabler"
|
||
|
supervisor=supervise-daemon
|
||
|
command="/usr/bin/btattach"
|
||
|
command_args="-B /dev/ttymxc3 -P bcm"
|