#!/bin/sh
exec 2>&1

export SSL_CERT_FILE="{{pkgPathFor "core/cacerts"}}/ssl/cert.pem"

exec chef-solo --fork -c {{pkg.svc_config_path}}/client.rb
