0
I compiled a binary from source and to run it for the moment I have to SSH into the server and start it from CLI. I would like to know the easiest way to make it run when the system is booted. I saw a few articles on creating a bash script and placing it in init.d and wonder if there is a better way.
System: Debian Jessie
1
Possible duplicate of Autostart run_script on start-up of a machine
– Dmitry Grigoryev – 2017-01-25T09:18:36.270this is not a script but a binary compiled from source without a init.d, below solution solved it and learned another way to complete this task – LinuxStarter – 2017-02-20T04:51:52.913