openrgb-git/openrgb.service
2022-08-14 15:10:27 +02:00

13 lines
199 B
Desktop File

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