fix service hanging on ExecStart
This commit is contained in:
parent
e2993b57cc
commit
7d01d1d61c
|
|
@ -5,7 +5,7 @@ After=bluetooth.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStartPre=/usr/sbin/rfkill unblock all
|
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
|
TimeoutSec=0
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
SysVStartPriority=99
|
SysVStartPriority=99
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue