Merge PR #37: Fix startup sequence on Raspberry Pi 4
This commit is contained in:
commit
1978d4f46d
7
debian/nymea-networkmanager.service
vendored
7
debian/nymea-networkmanager.service
vendored
@ -1,8 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
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
|
Requires=bluetooth.target bluetooth.service NetworkManager.service
|
||||||
After=bluetooth.service NetworkManager.service
|
After=bluetooth.service bluetooth.target network.target multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/nymea-networkmanager -d
|
ExecStart=/usr/bin/nymea-networkmanager -d
|
||||||
@ -12,5 +12,4 @@ Restart=on-failure
|
|||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=graphical.target
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user