diff options
Diffstat (limited to 'upstart/ec2init.conf')
-rw-r--r-- | upstart/ec2init.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/upstart/ec2init.conf b/upstart/ec2init.conf new file mode 100644 index 00000000..2168726e --- /dev/null +++ b/upstart/ec2init.conf @@ -0,0 +1,7 @@ +start on (local-filesystems and net-device-up IFACE=eth0) + +task + +console output + +exec /usr/bin/ec2-init start |