blob: e05228ce084bf75a7060d5c6351e2bd51788df0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=hciattach service for Broadcom BT/FM requested
StopWhenUnneeded=yes
[Service]
Type=oneshot
ExecStart=/usr/etc/bluetooth/bt-dev-start.sh
ExecStop=/usr/etc/bluetooth/bt-dev-end.sh
RemainAfterExit=yes
StandardOutput=journal+console
StandardError=inherit
|