11 lines
307 B
Desktop File
11 lines
307 B
Desktop File
[Unit]
|
|
Description=Attach /dev/ttyS1 to BlueZ stack
|
|
Wants=bluetooth.service
|
|
Before=bluetooth.service
|
|
After=dev-ttyS1.device
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
|
|
ExecStart=/usr/bin/8822b_hciattach -n -s 115200 /dev/ttyS1 rtk_h5
|
|
ExecStopPost=/usr/sbin/rfkill block bluetooth
|