diff options
Diffstat (limited to 'ec2init.conf')
-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 |