Created
January 2, 2024 12:56
-
-
Save khongi/e010df6e2270435f273df847a239970b to your computer and use it in GitHub Desktop.
KrakenX service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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