Files
OpenRGB/qt/openrgb.service
2025-11-10 00:05:13 -06:00

13 lines
255 B
Desktop File

[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