- Running
crontab -ewill allow you to edit your cron. - Adding a line like this to it:
@reboot /path/to/scriptwill execute that script once your computer boots up.
@reboot /path/to/script
October 4, 2020 in Tips and Tricks, Ubuntu
crontab -e will allow you to edit your cron.@reboot /path/to/script will execute that script once your computer boots up.@reboot /path/to/script