Swithed rk3399-bluetooth service type to simple

- bionic's systemd (237) does not support exec.
 - tested with both buster and bionic using OrangePi 4
This commit is contained in:
Piotr Szczepanik 2021-01-24 20:44:53 +01:00
parent d38ae925c7
commit e78fb53113
No known key found for this signature in database
GPG Key ID: 0305358EB314F205

View File

@ -3,7 +3,7 @@ Description=Bluetooth Rockpi
After=bluetooth.target
[Service]
Type=exec
Type=simple
ExecStartPre=/usr/sbin/rfkill unblock all
ExecStart=/usr/bin/brcm_patchram_plus_rk3399 -d --enable_hci --no2bytes --use_baudrate_for_download --tosleep 200000 --baudrate 1500000 --patchram /lib/firmware/brcm/BCM4345C5.hcd /dev/ttyS0
TimeoutSec=0