diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-01-29 13:10:31 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-01-29 13:10:31 -0500 |
commit | df2da98467e14d3e999495e8abfa3727dae63cf0 (patch) | |
tree | 21ebaab6455e29224ffa99a9d5c066c345addedd /upstart | |
parent | 0f2d829a2709d049f5606cf89e5c70559024853e (diff) | |
download | vyos-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.conf | 7 |
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 |