Jonathon Hill / rss feed

Easy startup scripts using crontab

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

No comments

Leave a comment