diff options
author | Scott Moser <smoser@ubuntu.com> | 2009-12-15 13:21:41 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2009-12-15 13:21:41 -0500 |
commit | 4be76774b3aac177dc817e25c3dcf5a682961ba6 (patch) | |
tree | ee1d6520338bba7012939c69dec3770f7d298be6 | |
parent | 7bc6bbe8c4475151ee196ced344d1f045486bc1f (diff) | |
download | vyos-cloud-init-4be76774b3aac177dc817e25c3dcf5a682961ba6.tar.gz vyos-cloud-init-4be76774b3aac177dc817e25c3dcf5a682961ba6.zip |
add ec2init.conf upstart job
-rw-r--r-- | ec2init.conf | 12 |
1 files changed, 12 insertions, 0 deletions
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 |