/etc/rc.local

# Site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode.  For actions
# which should be done BEFORE your system has gone into securemode
# please see /etc/rc.securelevel.

echo -n 'starting local daemons:'

# Add your local startup actions here.

echo '.'

# Start Samba
    echo -n smbd;        /usr/local/libexec/smbd
echo -n nmbd;        /usr/local/libexec/nmbd

# Start MySQL
echo -n mysqld_safe; /usr/local/bin/mysqld_safe &

# Start lighttpd
echo -n lighttpd;    /usr/local/sbin/lighttpd -f /etc/lighttpd.conf

# Enter Power Save Mode
echo -n apmd -C;     apmd -C

# Start Jetty (NO JAVA YET)
# echo -n ' jetty';             java -jar /var/www/pages/java/jetty/start.jar


# Start FireFly and Howl (run by sokrates)
# echo -n ' mt-daapd';          /usr/local/sbin/mt-daapd -m
# echo -n ' mDNSResponder';        /usr/local/bin/mDNSResponder -f /etc/mDNSResponder.conf