xxxxxxxxxx
#Use the systemctl command to start the service on boot. For example:
sudo systemctl enable myCustomService
#Alternatively, if you also wish to enable and start
#the service at the same time you may execute:
sudo systemctl enable --now myCustomService