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

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

[Install]
WantedBy=multi-user.target