Junior
What command on RedHat Linux can be used to set up automatic service startup at system boot?
sobes.tech AI
Answer from AI
# Enabling service autostart
systemctl enable <service_name>
sobes.tech AI
Answer from AI
# Enabling service autostart
systemctl enable <service_name>