Add a systemd service file

For the openrgb server mode, I think you should ship a systemd .service file. In Arch, we use this:

[Unit]
Description=Run openrgb server
After=network.target lm_sensors.service

[Service]
ExecStart=/usr/bin/openrgb --server
Restart=on-failure

[Install]
WantedBy=multi-user.target
Edited by Sven-Hendrik Haase