diff options
Diffstat (limited to 'upstart/cloudinit.conf')
-rw-r--r-- | upstart/cloudinit.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/upstart/cloudinit.conf b/upstart/cloudinit.conf new file mode 100644 index 00000000..d0f802c0 --- /dev/null +++ b/upstart/cloudinit.conf @@ -0,0 +1,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/ec2-init start |