#!/bin/sh ### BEGIN INIT INFO # Provides: MOST drivers and examples # Required-Start: $remote_fs $all # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Microchip / K2L MOST driver and samples # Description: This is the autostart script for the MOST demos ### END INIT INFO cd /home/root/most-demo ./loadDriver.sh & sleep 2 ./NetworkManager -i config-agl.xml & sleep 2 ./VideoOnDemand -p /home/root/most-demo & sleep 2 ./vod-client play CatsWorld.ts & : exit 0