Fix startup sequence on Raspberry Pi 4
hciuart.service takes much longer than bluetooth.service on the rpi4 While bluetooth.service should in theory wait for hciuart it doesn't seem to do so.
This commit is contained in:
parent
1a2981cac1
commit
d7e8afcbc7
2
debian/nymea-networkmanager.service
vendored
2
debian/nymea-networkmanager.service
vendored
@ -2,7 +2,7 @@
|
|||||||
Description=Daemon for nymea to configure wifi network using a Bluetooth LE connection
|
Description=Daemon for nymea to configure wifi network using a Bluetooth LE connection
|
||||||
Documentation=https://github.com/nymea/nymea-networkmanager
|
Documentation=https://github.com/nymea/nymea-networkmanager
|
||||||
Wants=bluetooth.service NetworkManager.service
|
Wants=bluetooth.service NetworkManager.service
|
||||||
After=bluetooth.service NetworkManager.service
|
After=bluetooth.service NetworkManager.service hciuart.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/nymea-networkmanager -d
|
ExecStart=/usr/bin/nymea-networkmanager -d
|
||||||
|
|||||||
Reference in New Issue
Block a user