Repository: stratos Updated Branches: refs/heads/master 387e5292d -> cca8e64e1
Adding a readme file to init scripts Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/cca8e64e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/cca8e64e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/cca8e64e Branch: refs/heads/master Commit: cca8e64e1dd5d19fcee558a5607d3d1d2e106d39 Parents: 387e529 Author: Lahiru Sandaruwan <[email protected]> Authored: Tue May 12 11:59:06 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Tue May 12 11:59:06 2015 +0530 ---------------------------------------------------------------------- tools/init-script/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/cca8e64e/tools/init-script/README.md ---------------------------------------------------------------------- diff --git a/tools/init-script/README.md b/tools/init-script/README.md new file mode 100644 index 0000000..34e503e --- /dev/null +++ b/tools/init-script/README.md @@ -0,0 +1,4 @@ +Stratos Cartridge Init Scripts +============================== + +This folder will host the init scripts of cartridge instances. Purpose of these scripts are to kick off the startup actions such as downloading user-data(payload), run puppet agent etc.
