[collected] startup sound

Hi there,

i’m Mario from Vienna and playing for some Day’s with 2 Volumio Clients.

The first thing i have missed was a kind of “I have finisched booting” notification or an startup sound.
i realized it this way:

sudo apt-get install mpg321

save your favorite Startup.mp3 in /home/pi/

edit /etc/rc.local/

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/var/www/command/player_wdog.sh startup & > /dev/null 2>&1
/usr/bin/mpg321 /home/pi/startup.mp3 & > /dev/null 2>&1

exit 0

i know it is really a quick fix-hack, but it does exactly what i need = o)

Greetings from Vienna
MarioMM