Updated on 2022-07-12 GMT+08:00

Red Hat 6/CentOS 6/Oracle Linux 6

  1. Run the following command:

    chkconfig --list | grep cloud

    As shown in the following figure, on indicates that automatic startup has been enabled for the service.

  2. If automatic startup is not enabled for Cloud-Init services, run the following commands to enable it:

    chkconfig cloud-init on

    chkconfig cloud-init-local on

    chkconfig cloud-config on

    chkconfig cloud-final on