summaryrefslogtreecommitdiff
path: root/upstart/cloud-init.conf
blob: 56a3545a5ffce2411cd7e426f5a6cd9dad78bdc9 (plain)
1
2
3
4
5
6
7
8
9
10
#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
# the above start-on never occurs, blocking boot. [bug 504883]
# instead, start much later in the boot process. sigh..
start on (local-filesystems and net-device-up IFACE=eth0)

task

console output

exec /usr/bin/cloud-init start