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?
systemctl enable
@jayhendren Thanks for the simple and straight answer this worked!!