summaryrefslogtreecommitdiff
path: root/upstart
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-01-29 13:10:31 -0500
committerScott Moser <smoser@ubuntu.com>2010-01-29 13:10:31 -0500
commitdf2da98467e14d3e999495e8abfa3727dae63cf0 (patch)
tree21ebaab6455e29224ffa99a9d5c066c345addedd /upstart
parent0f2d829a2709d049f5606cf89e5c70559024853e (diff)
downloadvyos-cloud-init-df2da98467e14d3e999495e8abfa3727dae63cf0.tar.gz
vyos-cloud-init-df2da98467e14d3e999495e8abfa3727dae63cf0.zip
add the cloud-config-mounts upstart job
Diffstat (limited to 'upstart')
-rw-r--r--upstart/cloud-config-mounts.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/upstart/cloud-config-mounts.conf b/upstart/cloud-config-mounts.conf
new file mode 100644
index 00000000..78d70270
--- /dev/null
+++ b/upstart/cloud-config-mounts.conf
@@ -0,0 +1,7 @@
+description "Setup mount points in fstab per config"
+
+start on (cloud-config and local-filesystems)
+console output
+task
+
+exec cloud-init-cfg config-mounts