diff options
Diffstat (limited to 'ec2init.conf')
-rw-r--r-- | ec2init.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ec2init.conf b/ec2init.conf index 046414dd..2168726e 100644 --- a/ec2init.conf +++ b/ec2init.conf @@ -1,12 +1,7 @@ -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) +start on (local-filesystems and net-device-up IFACE=eth0) task console output -exec /usr/bin/ec2-init +exec /usr/bin/ec2-init start |