How can we setup the services in my EC2 instance to startup automatically on boot?

HOW TO -️ October 18, 2021

When ever I restart my EC2 instance I have to manually use the command systemctl start <service name > to start the service.

Is there any option to automate this thing in the Linux platform?

Answer

systemctl enable @jayhendren Thanks for the simple and straight answer this worked!!

Initializing...