Corsair Hydro H150i Pro XT (experimental)
# Fedora
sudo dnf install liquidctl
vim ~/.config/systemd/user/liquidcfg.service
# https://github.com/liquidctl/liquidctl/blob/main/docs/corsair-platinum-pro-xt-guide.md
[Unit]
Description=AIO startup service
[Service]
Type=oneshot
ExecStart=/home/henning/.local/bin/liquidctl --verbose --match H150i initialize --pump-mode quiet
ExecStart=/home/henning/.local/bin/liquidctl --verbose --match H150i set fan1 speed 22 20 25 30 27 50 30 100
ExecStart=/home/henning/.local/bin/liquidctl --verbose --match H150i set fan2 speed 22 20 25 30 27 50 30 100
ExecStart=/home/henning/.local/bin/liquidctl --verbose --match H150i set fan3 speed 22 20 25 30 27 50 30 100
[Install]
WantedBy=default.target
Enable systemd user job:
systemctl --user daemon-reload
systemctl --user enable liquidcfg