templates/usr/sbin/td-agent.erb (7 lines of code) (raw):

#!<%= install_path %>/embedded/bin/ruby ENV["GEM_HOME"]="<%= install_path %>/embedded/lib/ruby/gems/<%= gem_dir_version %>/" ENV["GEM_PATH"]="<%= install_path %>/embedded/lib/ruby/gems/<%= gem_dir_version %>/" ENV["FLUENT_CONF"]="/etc/<%= project.name %>/<%= project.name %>.conf" ENV["FLUENT_PLUGIN"]="/etc/<%= project.name %>/plugin" ENV["FLUENT_SOCKET"]="/var/run/<%= project.name %>/<%= project.name %>.sock" load "<%= install_path %>/embedded/bin/fluentd"