ProfNandaa
8/15/2017 - 6:01 PM

Server Recipes

Server Recipes

One approach is to add an @reboot cron [1] task:

  1. Running crontab -e will allow you to edit your cron.

  2. Adding a line like this to it:

     @reboot /path/to/script
    

    will execute that script once your computer boots up.

[1] http://en.wikipedia.org/wiki/Cron