mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 17:46:43 +07:00
fix service hanging on ExecStart
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user