Skip to content

Instantly share code, notes, and snippets.

@khongi
Created January 2, 2024 12:56
Show Gist options
  • Save khongi/e010df6e2270435f273df847a239970b to your computer and use it in GitHub Desktop.
Save khongi/e010df6e2270435f273df847a239970b to your computer and use it in GitHub Desktop.
KrakenX service
[Unit]
Description=Kraken AIO startup service
[Service]
Type=oneshot
User=root
ExecStart=/usr/local/bin/colctl --mode CoveringMarquee --color0 0,239,255 --color1 255,73,146 --color_count 2 --animation_speed 0 -c 0,239,255 --fan_speed "(20,25),(30,25),(40,80),(50,100)" --pump_speed "(20,60),(30,60),(40,70),(50,100)"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment