Merge pull request #64 from vic3lord/systemd_support

systemd unit support
This commit is contained in:
Evan Phoenix
2015-07-21 13:31:27 -07:00

13
scripts/telegraf.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=The plugin-driven server agent for reporting metrics into InfluxDB
Documentation=https://github.com/influxdb/telegraf
After=network.target
[Service]
EnvironmentFile=-/etc/default/telegraf
User=telegraf
ExecStart=/opt/telegraf/telegraf -config /etc/opt/telegraf/telegraf.conf $TELEGRAF_OPTS
Restart=on-failure
[Install]
WantedBy=multi-user.target