Automatic Configuration of Vayu Cape at bootup

From Yantrr Wiki
Revision as of 02:43, 31 March 2015 by Mayank (Talk | contribs)

Jump to: navigation, search

Automatic Start Of Internet Connection On Boot

STEPS

  • Make a SSH script with allcommands that you want to execute after bootup.
  • Login as root
cd~
nano boot_run.sh
  • The sample boot_run.sh file looks like this:

  • Now make this file executable
chmod +x boot_run.sh
  • Now Make a crontab entry for this script to start at bootup.
@reboot /root/boot_run.sh >> /root/boot_run.log 

Crontab entry.png

  • For the precompiled images uploaded on Yantrr Wiki page the scripts are in place with all these settings preconfigured.