You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenRGB/qt/openrgb.service

13 lines
255 B
INI

[Unit]
Description=OpenRGB SDK Server
After=network.target lm_sensors.service
[Service]
ExecStart=/usr/bin/openrgb --server --config /etc/openrgb
Restart=always
RuntimeDirectory=openrgb
WorkingDirectory=/run/openrgb
[Install]
WantedBy=multi-user.target