How do I enable services in Linux?
The traditional way to start services in Linux was to place a script in /etc/init. d , and then use the update-rc. d command (or in RedHat based distros, chkconfig ) to enable or disable it. What is enabling a service in Linux? systemctl is the systemd command for controlling how services start on a Linux system. A service can …