I've had a Pi for a while doing nothing but running XBMC
I recently decided to run it as an internet connected headless music server to run my music via a flash player on any PC.
I've got this working for the most part but not as headless as I wanted, I have the RPi with nothing more than an Edimax WiFi Dongle and a 1TB Ext HDD containing the music. The service I have runs perfectly well but I have to SSH into the Pi to start to run a shell script the run the .jar file to start the service. Trouble is when I ssh into my pi and start the service I get the following.
Code: Select all
pi@raspberrypi ~ $ ./startup.sh
Started admin server on port 9092
I'm trying to get the file /home/pi/startup.sh to run at bootup. I have the pi setup to boot straight into LXDE.
I must be missing something here but I can't get it to start.
I've added
Code: Select all
@reboot /home/pi/startup.shI'm running an image of Raspbian I downloaded only a few days ago from this site.
Can anybody shed any light on what I might be doing wrong?
Any help much appriciated!