summarylogtreecommitdiffstats
path: root/telegraf.service
blob: 94ffc0e728be9acd675e9ddfa70e1f9d756c7a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=The plugin-driven server agent for reporting metrics into InfluxDB
Documentation=https://github.com/influxdata/telegraf
After=network.target

[Service]
User=telegraf
Group=telegraf
ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target