diff --git a/examples/systemd/snmp_exporter.service b/examples/systemd/snmp_exporter.service deleted file mode 100644 index 20ef850a..00000000 --- a/examples/systemd/snmp_exporter.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=SNMP Exporter -After=network-online.target - -# This assumes you are running snmp_exporter under the user "prometheus" - -[Service] -User=prometheus -Restart=on-failure -ExecStart=/home/prometheus/snmp_exporter/snmp_exporter --config.file='/home/prometheus/snmp_exporter/snmp.yml' - -[Install] -WantedBy=multi-user.target