From c741f8f1f99a1e174c5e97a6deb54d1016b93dce Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 18 Jul 2023 07:59:19 -0600 Subject: [PATCH] telegraf: update get-started.md (#5035) Remove the sysvinit/upstart install instructions --- content/telegraf/v1.27/get-started.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/telegraf/v1.27/get-started.md b/content/telegraf/v1.27/get-started.md index 965025e9f..3cc98f3b9 100644 --- a/content/telegraf/v1.27/get-started.md +++ b/content/telegraf/v1.27/get-started.md @@ -112,11 +112,6 @@ Next, you need to start the Telegraf service and direct it to your configuration telegraf --config telegraf.conf ``` -### Linux (sysvinit and upstart installations) -```bash -sudo service telegraf start -``` - ### Linux (systemd installations) ```bash systemctl start telegraf