nymea / nymea-networkmanager

This daemon allows to set up the wireless network using a Bluetooth LE connection.
GNU General Public License v3.0
57 stars 17 forks source link

Fix systemd targets #60

Closed mzanetti closed 3 weeks ago

mzanetti commented 10 months ago

For one, this should not be installed into the graphical target, as its main purpose is indeed to set up headless systems where the graphical.target may not even be started.

Secondly, having set After=multi-user.target may cause it to not start at all if another broken service in the multi-user.target fails to start and thus the multi-user.target may not complete.