change it to graphical.target

This commit is contained in:
Michael Zanetti 2020-10-19 13:27:22 +02:00
parent d7e8afcbc7
commit 6cb9df4a85

View File

@ -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 hciuart.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