From 969cbd1b5daa98a6e4d0d87750bde348fcf267e6 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 11 Jan 2010 23:29:18 -0500 Subject: refactor the config class and jobs to run through cloud-init-cfg At this point, the following should be functional: cloud-init-cfg apt-update-upgrade --- upstart/ec2-update-software.conf | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index ee3131d1..00000000 --- a/upstart/ec2-update-software.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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