telegraf: update get-started.md (#5035)

Remove the sysvinit/upstart install instructions
pull/5034/head^2
Joshua Powers 2023-07-18 07:59:19 -06:00 committed by GitHub
parent 75f583dee1
commit c741f8f1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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