summarylogtreecommitdiffstats
path: root/openrgb.service
blob: faa51cc602564481c9e34615923988dfeb517819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run openrgb server
After=network.target lm_sensors.service

[Service]
RemainAfterExit=yes
ExecStart=/usr/bin/openrgb --server
Restart=always

[Install]
WantedBy=multi-user.target