openrgb-git/openrgb.service

13 lines
199 B
SYSTEMD
Raw Normal View History

2022-08-14 15:10:27 +02:00
[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