fuel-plugin-lma-collector/deployment_scripts/puppet/modules/heka/templates/hekad_wrapper.erb

10 lines
127 B
Plaintext

#!/bin/sh
HEKAD="/usr/bin/hekad"
<% if @pre_script -%>
<%= @pre_script %>
<% end -%>
exec $HEKAD -config=<%= @config_dir %>