From ec44f8bbab1c2f19f22149b506658f33e52b9f97 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 22 Aug 2017 17:01:59 -0700 Subject: [PATCH] Don't start Telegraf on install in Amazon Linux (#3156) --- scripts/post-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/post-install.sh b/scripts/post-install.sh index 75e760fbf..9dc231a30 100644 --- a/scripts/post-install.sh +++ b/scripts/post-install.sh @@ -97,6 +97,5 @@ elif [[ -f /etc/os-release ]]; then else install_chkconfig fi - /etc/init.d/telegraf restart fi fi