Startup script for digital signage
I had a bit of an issue with an Ubuntu box used for digital signage where I need the machine to come up after a restart, automatically log in a user, then launch a full screen web page in Chrome. I initially added a shell script which launched Chrome as part of the user session. Unfortunately, this did not allow enough time for a network connection to be made. I tried adding a sleep 20 to the script but all…