diff --git a/qt/openrgb.service b/qt/openrgb.service index a8119b16..4fcca6fc 100644 --- a/qt/openrgb.service +++ b/qt/openrgb.service @@ -3,9 +3,10 @@ Description=OpenRGB SDK Server After=network.target lm_sensors.service [Service] -ExecStart=/usr/bin/openrgb --server +ExecStart=/usr/bin/openrgb --server --config /etc/openrgb Restart=always +RuntimeDirectory=openrgb +WorkingDirectory=/run/openrgb [Install] WantedBy=multi-user.target -