This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-networkmanager/debian/nymea-networkmanager.service
Michael Zanetti d7e8afcbc7 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.
2020-10-18 23:51:30 +02:00

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