summaryrefslogtreecommitdiff
path: root/recipes-support/btuart/files/btuart.service
blob: 547f6be3206623011ab5e51c6cff95065ec3462c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Initialize Bluetooth UART
Wants=bluetooth.service
Before=bluetooth.service
After=sys-subsystem-net-devices-mlan0.device
After=dev-ttymxc3.device

[Service]
Type=forking
ExecStart=/usr/sbin/btuart.sh

[Install]
WantedBy=multi-user.target