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-apt-update.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 upstart/ec2-apt-update.conf (limited to 'upstart/ec2-apt-update.conf') diff --git a/upstart/ec2-apt-update.conf b/upstart/ec2-apt-update.conf new file mode 100644 index 00000000..b280801b --- /dev/null +++ b/upstart/ec2-apt-update.conf @@ -0,0 +1,13 @@ +# ec2-apt-update - Update archive at boot time +# +# Update archive at boot + +description "Update archive at boot" + +start on (cloud-config + and local-filesystems + and net-device-up IFACE=eth0) +console output +task +# exec /usr/sbin/cloud-init-run --once ec2-apt-update ec2-apt-update +exec /usr/sbin/ec2-apt-update -- cgit v1.2.3