diff options
Diffstat (limited to 'upstart/ec2-raid.conf')
-rw-r--r-- | upstart/ec2-raid.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/upstart/ec2-raid.conf b/upstart/ec2-raid.conf new file mode 100644 index 00000000..e4364373 --- /dev/null +++ b/upstart/ec2-raid.conf @@ -0,0 +1,12 @@ +# ec2-raid - Setup ephemeral storage RAID and mount points +# +# Setup ephemeral storage RAID and mount points + +description "Setup RAID storage and moint points" + +start on (cloud-config + and local-filesystem) +console output +task + +exec /usr/sbin/ec2-setup-raid |