summaryrefslogtreecommitdiff
path: root/habitat/hooks/run
diff options
context:
space:
mode:
Diffstat (limited to 'habitat/hooks/run')
-rw-r--r--habitat/hooks/run8
1 files changed, 8 insertions, 0 deletions
diff --git a/habitat/hooks/run b/habitat/hooks/run
new file mode 100644
index 0000000000..0f3844dd5f
--- /dev/null
+++ b/habitat/hooks/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+export GEM_HOME="{{pkg.path}}/ruby/2.3.0"
+export GEM_PATH="$(hab pkg path core/ruby)/lib/ruby/gems/2.3.0:$(hab pkg path core/bundler):$GEM_HOME"
+export APPBUNDLER_ALLOW_RVM=true
+
+exec 2>&1
+exec chef-solo --fork -i {{cfg.interval}} -s {{cfg.splay}} -l {{cfg.log_level}} -o {{cfg.run_list}}
+