Skip to content

Easy startup scripts using crontab

by Jonathon on August 18th, 2009

There is a super-easy way to start a program during system boot. Just put this in your crontab:

@reboot /path/to/my/program

The command will be executed on every (re)boot. Crontab can be modified by running:

sudo crontab -e

From → Notebook

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS