Add SystemD service file to Linux installation
parent
3db4ea30a3
commit
e86d9f9241
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=OpenRGB SDK Server
|
||||
After=network.target lm_sensors.service
|
||||
|
||||
[Service]
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/openrgb --server
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
Reference in New Issue