summarylogtreecommitdiffstats
path: root/prometheus-snmp-exporter.service
diff options
context:
space:
mode:
authorNils Czernia2018-03-26 19:14:33 +0200
committerNils Czernia2018-03-26 19:14:33 +0200
commit931dacc1dc8ef0e5f1e7231c2e3d72a9d7ad7251 (patch)
tree9d67a32fa9aae1cc2e7800cbcaec26a3c09c7941 /prometheus-snmp-exporter.service
parent5f54516d1ac0c841fca15ed2f69737ffea144157 (diff)
downloadaur-931dacc1dc8ef0e5f1e7231c2e3d72a9d7ad7251.tar.gz
Fixed error in service file
Diffstat (limited to 'prometheus-snmp-exporter.service')
-rw-r--r--prometheus-snmp-exporter.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/prometheus-snmp-exporter.service b/prometheus-snmp-exporter.service
index e35334eb3940..9a82a90f69f0 100644
--- a/prometheus-snmp-exporter.service
+++ b/prometheus-snmp-exporter.service
@@ -3,7 +3,7 @@ Description=Prometheus Exporter for SNMP metrics
After=network.target
[Service]
-ExecStart=/usr/bin/prometheus_snmp_exporter -config.file /etc/prometheus/snmp.yml
+ExecStart=/usr/bin/prometheus_snmp_exporter --config.file /etc/prometheus/snmp.yml
[Install]
-WantedBy=multi-user.target \ No newline at end of file
+WantedBy=multi-user.target