Install telegraf without systemd

Thanks for the file!
I did the following:
cp init.sh /etc/init.d/telegraf
chkconfig --add telegraf
chkconfig telegraf on
Now its possible to use “service telegraf start / stop / restart” and it loads at startup
Thanks