DEV Community

Simon O. Injiri
Simon O. Injiri

Posted on

simple ubuntu hacks

to make a custom ubuntu service restart on boot , just create a system service link by running:
Sudo systemctl enable service-name.service;
To check if service is enabled run:
Sudo systemctl is-enabled service-name.service;

Top comments (0)