Use /etc/openrgb as config path for systemd service

master
Adam Honse 6 months ago
parent 999dbc3024
commit b22438d345

@ -3,9 +3,10 @@ Description=OpenRGB SDK Server
After=network.target lm_sensors.service After=network.target lm_sensors.service
[Service] [Service]
ExecStart=/usr/bin/openrgb --server ExecStart=/usr/bin/openrgb --server --config /etc/openrgb
Restart=always Restart=always
RuntimeDirectory=openrgb
WorkingDirectory=/run/openrgb
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

Loading…
Cancel
Save