blob: 2a066105dc5af9712deed4c93483392724cc1efd (
plain)
1
2
3
4
5
6
7
8
9
|
# cloud-init - the initial cloud-init job
# crawls metadata service, emits cloud-config
start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
task
console output
exec /usr/bin/cloud-init start
|