I have a synology cctv NVR running.
My aim for my pi2 is to have it boot up and open straight onto the cctv webpage for viewing.
What is the easiest way to achieve this and with what OS?
Code: Select all
#!/bin/bash
#set which x-windows display to use
export DISPLAY=:0.0
#pause for a while so X-windows can start.
sleep 25
#start the browser.
/usr/bin/epiphany