mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2025-12-23 23:37:48 -05:00
13 lines
255 B
Desktop File
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
|