The program, written by mine, is spinning as a service ... you need to run it at boot ... where is it better to stick it in and how to call it?

    1 answer 1

    For the daemon (service):

    sudo update-rc.d имя_демона defaults 

    For an application with a user interface:

     apt-get install bum sudo bum 

    - and then add the application to the task list for autoloading.