Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Run Commands on UserLog in

    Posted in linux on 20 March 2015 by vectordesign

    add the command you want to run in

    ~/home/.profile

    sudo nano .profile

    To run a command in boot

    you need to create a .sh file with the command you want to run and add a reference in  /etc/rc.local

    Example sh /selenium/selenium_service.sh

    exit 0

     

     

    Leave a Reply