summarylogtreecommitdiffstats
path: root/telegraf.service
diff options
context:
space:
mode:
authorNicolas Leclercq2015-09-24 09:42:23 +0200
committerNicolas Leclercq2015-09-24 09:42:23 +0200
commitcb99c864ef14827529f084d09adb2517a1d8127e (patch)
tree4198532d74458b9467aab3a2b015c5ece0c3ad3b /telegraf.service
parent85cc60b860fe549b4bdf53e2aff7052b1e73215b (diff)
downloadaur-cb99c864ef14827529f084d09adb2517a1d8127e.tar.gz
Update to 0.1.9, use tarball instead of git checkout, use bundle systemd service file
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