Created by: WhyNotHugo
Solaar needs to (ideally) run permanently in the background.
This systemd.service(5) makes this easy. It should be installed into either of:
/usr/lib/systemd/user/solaar.service
$XDG_CONFIG_HOME/systemd/user/solaar.service
It can then be enabled by a user to automatically be started when logging in via:
systemctl --user enable solaar.service
I've been running this for around a year without any inconveniences.