diff options
Diffstat (limited to 'ec2init.conf.goal')
-rw-r--r-- | ec2init.conf.goal | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ec2init.conf.goal b/ec2init.conf.goal new file mode 100644 index 00000000..8ee2abef --- /dev/null +++ b/ec2init.conf.goal @@ -0,0 +1,14 @@ +## Hopefully, this is all we need sometime in the future for +## the ec2init.conf. It will get called as soon as +## eth0 comes up and / is mounted rw +## +## it requires +## newer mountall than 1.1 (for 'mounted' events) +## +start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0) + +task + +console output + +exec /usr/bin/ec2-init start |