I am using these two commands to make the front light of the pogoplug change from amber to green:
echo none > /sys/class/leds/status\:blue\:health/trigger
echo default-on > /sys/class/leds/status\:green\:health/trigger
The problem is I have to do it again after reboot. I did try to put those command in to rc.local and rc.conf to test, but still not working. Any idea to keep the green light after reboot?
