We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999dbc3 commit b22438dCopy full SHA for b22438d
qt/openrgb.service
@@ -3,9 +3,10 @@ Description=OpenRGB SDK Server
3
After=network.target lm_sensors.service
4
5
[Service]
6
-ExecStart=/usr/bin/openrgb --server
+ExecStart=/usr/bin/openrgb --server --config /etc/openrgb
7
Restart=always
8
+RuntimeDirectory=openrgb
9
+WorkingDirectory=/run/openrgb
10
11
[Install]
12
WantedBy=multi-user.target
-
0 commit comments