criar script para inicialização dos leds na board alix 2d13

criar /etc/init.d/alix-heartbeat e colocar neste ficheiro o seguinte:
#! /bin/sh
### BEGIN INIT INFO
# Provides: alix-heartbeat_init
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Configure leds on alix board
# Description: Configure leds on alix board
### END INIT INFO
echo heartbeat > /sys/class/leds/alix\:1/trigger
echo ide-disk > /sys/class/leds/alix\:2/trigger
echo netdev > /sys/class/leds/alix\:3/trigger

Subscrever alix 2d13