You can use cron
. cron
allows you to set scheduled tasks in Linux.
crontab -e
@reboot <path-to-script>/boot-up #add to end of file
You can use cron
. cron
allows you to set scheduled tasks in Linux.
crontab -e
@reboot <path-to-script>/boot-up #add to end of file