2
Description=Initial cloud-init job (pre-networking)
5
Wants=network-pre.target
7
Conflicts=shutdown.target
8
Before=network-pre.target
13
ExecStart=/usr/bin/cloud-init init --local
14
ExecStart=/bin/touch /run/cloud-init/network-config-ready
18
# Output needs to appear in instance console output
19
StandardOutput=journal+console
22
WantedBy=cloud-init.target