treasure-data / chef-td-agent

Chef Cookbook for td-agent (Treasure Agent or Fluentd)
https://supermarket.chef.io/cookbooks/td-agent
Apache License 2.0
127 stars 121 forks source link

restart fails with td-agent v4 #151

Open bjozet opened 3 years ago

bjozet commented 3 years ago

the configure.rb recipe has a hardcoded restart_command that uses init.d scripts, this doesn't work on td-agent v4 which doesn't ship an init-file, but relies on systemd.

I've created a PR https://github.com/treasure-data/chef-td-agent/pull/150 to address this.