Hi
Please can someone explain step by step the process of running the script below after the proxmox host is started?
I assume crontab is the best way, but not sure what I need to do. Thanks.
#!/bin/bash
sudo modprobe i2c-dev
sudo modprobe i2c-i801
./openrgb --server
Please can someone explain step by step the process of running the script below after the proxmox host is started?
I assume crontab is the best way, but not sure what I need to do. Thanks.
#!/bin/bash
sudo modprobe i2c-dev
sudo modprobe i2c-i801
./openrgb --server