How to autostart service when system wakes up in Ubuntu 18.04?
If you would like to have some service starting automatically when system is up, you have to call below command:
sudo systemctl enable my-service.service
Similarly if you want to disable starting service automatically you have to call:
sudo systemctl disable my-service.service
Helpful resource: Autostart – Uruchamianie własnej usługi podczas startu systemu Linux przy użyciu systemd [PL]
Newsletter
Thank you for visiting my website. I hope you enjoyed content which I prepared and learned something valuable from it. If you want to be informed about my next entries or occasionally get a message with a collection of some interesting links, please subscribe to my newsletter. I will be extremely pleased if you do this and join my community!