Решение 1:
>>sudo crontab -e
#In the first line of this file enter this:
@reboot <your command whatever>
#Save and Exit
Решение 2:
Создайте скрипт с именем "what.sh" .
Поместите файл в каталог / etc / init.d / .
Измените разрешение вашего файла на.
chmod +x /etc/init.d/whatever.sh