telegraf: update get-started.md (#5035)
Remove the sysvinit/upstart install instructionspull/5034/head^2
parent
75f583dee1
commit
c741f8f1f9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue