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