fix service hanging on ExecStart
This commit is contained in:
parent
e2993b57cc
commit
7d01d1d61c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue