OpenRGB/qt/openrgb.service
2025-07-15 11:20:13 -05:00

12 lines
199 B
Desktop File

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