diff options
Diffstat (limited to 'upstart/cloud-raid.conf')
-rw-r--r-- | upstart/cloud-raid.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/upstart/cloud-raid.conf b/upstart/cloud-raid.conf new file mode 100644 index 00000000..d4644c89 --- /dev/null +++ b/upstart/cloud-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 cloud-init-cfg setup-raid |