Don't start Telegraf on install in Amazon Linux (#3156)

(cherry picked from commit 9fc7220c2e)
This commit is contained in:
Daniel Nelson 2017-08-22 17:01:59 -07:00 committed by Daniel Nelson
parent 1b0a18897d
commit 78d1715601
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 1 deletions

View File

@ -97,6 +97,5 @@ elif [[ -f /etc/os-release ]]; then
else
install_chkconfig
fi
/etc/init.d/telegraf restart
fi
fi