From 0c79e64925918a7f78d6e2ba34401367d7cf7c64 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 8 Jan 2010 16:32:34 -0500 Subject: pull in chuck's repo at rev 75 bzr+ssh://bazaar.launchpad.net/~zulcss/ec2-init/ec2-init-config/ --- upstart/ec2-update-software.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 upstart/ec2-update-software.conf (limited to 'upstart/ec2-update-software.conf') diff --git a/upstart/ec2-update-software.conf b/upstart/ec2-update-software.conf new file mode 100644 index 00000000..ee3131d1 --- /dev/null +++ b/upstart/ec2-update-software.conf @@ -0,0 +1,12 @@ +# ec2-software-update - Update software at boot +# +# Update software at boot + +description "Update software at boot" + +start on (cloud-config + and local-filesystem + and net-device-iup IFACE=eth0) +console output + +exec /usr/sbin/ec2-update-software -- cgit v1.2.3