Hamachi on OSMC

Hi Folks,
I am a newbie to OSMC and linux world. I have dumb luck to make Hamachi work on my setup. I don’t know if it’s all necessary to run but this is how I did. (Raspberry PI 3, OSMC latest)

sudo apt-get update
sudo apt-get install lsb
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.139-1_armhf.deb1
sudo dpkg -i logmein-hamachi_2.1.0.139-1_armhf.deb
sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
sudo /etc/init.d/logmein-hamachi restart
hamachi login
hamachi attach [your email here]
hamachi set-nick [device tag here]
hamachi do-join [network id here]

I see that I need to run sudo /etc/init.d/hamachi start command to activate the service every time I reboot the system. How can I add this service to startup ?

skip systemv for systemd instead…