An open API service indexing awesome lists of open source software.

https://github.com/itachi1621/disableubuntucloudinitscript

Script stops/disables cloud init from starting
https://github.com/itachi1621/disableubuntucloudinitscript

bash bash-script ubuntu ubuntuserver

Last synced: 28 days ago
JSON representation

Script stops/disables cloud init from starting

Awesome Lists containing this project

README

        

# 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

```