From 4be76774b3aac177dc817e25c3dcf5a682961ba6 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 15 Dec 2009 13:21:41 -0500 Subject: add ec2init.conf upstart job --- ec2init.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ec2init.conf diff --git a/ec2init.conf b/ec2init.conf new file mode 100644 index 00000000..695f66a0 --- /dev/null +++ b/ec2init.conf @@ -0,0 +1,12 @@ +start on (mount MOUNTPOINT=/tmp and net-device-up IFACE=eth0) + +## In the future, we'll want the following. For now, the above +## is about as soon as I could get a writable / and have network up +## below needs a to 'mountall' and ifupdown +#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0) + +task + +console output + +exec /usr/bin/ec-2init -- cgit v1.2.3