blob: d5684582b75e235e73eba5485ab4a2862aa4a507 (
plain)
1
2
3
4
5
6
7
|
# cloud-init target is enabled by cloud-init-generator
# To disable it you can either:
# a.) boot with kernel cmdline of 'cloudinit=disabled'
# b.) touch a file /etc/cloud/cloud-init.disabled
[Unit]
Description=Cloud-init target
After=multi-user.target
|