fix service hanging on ExecStart

This commit is contained in:
izero 2021-11-11 15:16:48 +08:00 committed by GitHub
parent e2993b57cc
commit 7d01d1d61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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