blob: 8ee2abef34a433cee8b8b3118b8d985fb72447e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|