mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
14 lines
288 B
Text
14 lines
288 B
Text
|
[Unit]
|
||
|
Description=RFCOMM service
|
||
|
After=bluetooth.service
|
||
|
Requires=bluetooth.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/sdptool add SP
|
||
|
ExecStartPost=/bin/hciconfig hci0 piscan
|
||
|
ExecStart=/usr/bin/rfcomm watch hci0 1 getty rfcomm0 115200 vt100
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|