Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 298 Bytes

File metadata and controls

11 lines (7 loc) · 298 Bytes

Disable Ubuntu Cloud Init Script

Script stops/disables cloud init from starting

What it does

  • Creates an empty file with the name cloud-init.disabled in the /etc/cloud/ to prevent the service from starting with the following command

sudo touch /etc/cloud/cloud-init.disabled