diff options
author | Scott Moser <smoser@nelson> | 2010-01-06 14:05:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@nelson> | 2010-01-06 14:05:25 -0500 |
commit | 6f58655f2893a2a8e2edc85130d98294d5cf4ad1 (patch) | |
tree | 190c8fecebf3dfba86091edcd1c6f5feab101f38 /ec2init.conf | |
parent | ca3cafbb65655bf0de40e8a44b608932694a5594 (diff) | |
download | vyos-cloud-init-6f58655f2893a2a8e2edc85130d98294d5cf4ad1.tar.gz vyos-cloud-init-6f58655f2893a2a8e2edc85130d98294d5cf4ad1.zip |
put upstart files in upstart/, minor other changes
adding cat-cloud-config.conf, a debug file that just cats the config
Diffstat (limited to 'ec2init.conf')
-rw-r--r-- | ec2init.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ec2init.conf b/ec2init.conf deleted file mode 100644 index 2168726e..00000000 --- a/ec2init.conf +++ /dev/null @@ -1,7 +0,0 @@ -start on (local-filesystems and net-device-up IFACE=eth0) - -task - -console output - -exec /usr/bin/ec2-init start |