openrgb-systemd-unit/systemd/user/openrgb.service

12 lines
218 B
INI
Raw Normal View History

2020-06-18 09:44:08 +02:00
[Unit]
Description=OpenRGB control
[Service]
Type=simple
ExecStart=%h/bin/OpenRGB/OpenRGB -c 00FFFF -m Static
ExecStop=%h/bin/OpenRGB/OpenRGB -c 000000 -m Static
RemainAfterExit=yes
[Install]
WantedBy=default.target