12 lines
268 B
SYSTEMD
12 lines
268 B
SYSTEMD
|
[Unit]
|
||
|
Description=Attach /dev/ttyS1 to BlueZ stack
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStartPre=/usr/sbin/rfkill unblock bluetooth
|
||
|
ExecStart=/usr/bin/rtk_hciattach -n /dev/ttyS1 rtk_h5 115200
|
||
|
ExecStopPost=/usr/sbin/rfkill block bluetooth
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=bluetooth.service
|