Remove outdated comment

td-agent3's /etc/init.d/td-agent has reload command.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-04-24 10:56:38 +09:00
parent 57d49b0dd8
commit ebbf16af2a

View File

@ -13,8 +13,6 @@ class Fluentd
end
def restart
# NOTE: td-agent has no reload command
# https://github.com/treasure-data/td-agent/blob/master/debian/td-agent.init#L156
detached_command('/etc/init.d/td-agent restart')
end
end