linux_wiki:configure_network_services_to_start_automatically_at_boot

This is an old revision of the document!


Configure Network Services To Start Automatically At Boot

General Information

About this page/how-to/script.


Example for services that are not the NIC itself:

systemctl enable httpd

To ensure the actual network interface will connect on boot:

nmcli con show
<discover interface name>
nmcli con mod "ens3" connection.autoconnect yes

Or, edit /etc/sysconfig/network-scripts/ifcfg-ens3, to have the line:

ONBOOT=yes

  • linux_wiki/configure_network_services_to_start_automatically_at_boot.1456800684.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)