Добавить скрипт init.d в автозагрузку:
sudo update-rc.d program defaults
Удалить скрипт init.d из автозагрузки:
sudo update-rc.d -f program remove