Skip to content

Commit

Permalink
fix service hanging on ExecStart
Browse files Browse the repository at this point in the history
  • Loading branch information
izero committed Nov 11, 2021
1 parent e2993b5 commit 7d01d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/packages/bsp/sunxi/aw859a-bluetooth.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=bluetooth.target
[Service]
Type=forking
ExecStartPre=/usr/sbin/rfkill unblock all
ExecStart=/usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd
ExecStart=/usr/bin/hciattach_opi -s 1500000 /dev/ttyBT0 sprd
TimeoutSec=0
RemainAfterExit=yes
SysVStartPriority=99
Expand Down

0 comments on commit 7d01d1d

Please sign in to comment.