Don't start Telegraf on install in Amazon Linux (#3156)
This commit is contained in:
parent
6597b55477
commit
9fc7220c2e
|
@ -97,6 +97,5 @@ elif [[ -f /etc/os-release ]]; then
|
||||||
else
|
else
|
||||||
install_chkconfig
|
install_chkconfig
|
||||||
fi
|
fi
|
||||||
/etc/init.d/telegraf restart
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue