diff --git a/fluent-package/templates/etc/systemd/fluentd.service.erb b/fluent-package/templates/etc/systemd/fluentd.service.erb index 7bd7884df..c41cae61d 100644 --- a/fluent-package/templates/etc/systemd/fluentd.service.erb +++ b/fluent-package/templates/etc/systemd/fluentd.service.erb @@ -14,8 +14,6 @@ Group=<%= Shellwords.shellescape(service_name) %> <% end %> LimitNOFILE=65536 Environment=LD_PRELOAD=<%= install_path %>/lib/libjemalloc.so -Environment=GEM_HOME=<%= gem_install_path %>/ -Environment=GEM_PATH=<%= gem_install_path %>/ Environment=FLUENT_CONF=/etc/<%= package_dir %>/<%= service_name %>.conf Environment=FLUENT_PLUGIN=/etc/<%= package_dir %>/plugin Environment=FLUENT_SOCKET=/var/run/<%= package_dir %>/<%= service_name %>.sock