summarylogtreecommitdiffstats
path: root/telegraf.service
diff options
context:
space:
mode:
Diffstat (limited to 'telegraf.service')
-rw-r--r--telegraf.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/telegraf.service b/telegraf.service
deleted file mode 100644
index e875afddf410..000000000000
--- a/telegraf.service
+++ /dev/null
@@ -1,14 +0,0 @@
-# If you modify this, please also make sure to edit init.sh
-
-[Unit]
-Description=Server-level metric gathering agent for InfluxDB
-After=network.target
-
-[Service]
-User=telegraf
-Group=telegraf
-ExecStart=/usr/bin/telegraf -config /etc/telegraf.conf
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target