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.
17 lines
433 B
Desktop File
17 lines
433 B
Desktop File
[Unit]
|
|
Description=Daemon for nymea to configure wifi network using a Bluetooth LE connection
|
|
Documentation=https://github.com/nymea/nymea-networkmanager
|
|
Wants=bluetooth.service NetworkManager.service
|
|
After=bluetooth.service NetworkManager.service hciuart.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/nymea-networkmanager -d
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|