f8858eb730
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
199 B
Desktop File
12 lines
199 B
Desktop File
[Unit]
|
|
Description=OpenRGB SDK server
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/openrgb --server --noautoconnect
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|