Files
rgb-lavender/systemd/openrgb-server.service
T

12 lines
199 B
Desktop File
Raw Normal View History

[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