File: service

package info (click to toggle)
prometheus-elasticsearch-exporter 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: sh: 63; makefile: 37
file content (12 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus Elasticsearch exporter
Documentation=https://github.com/prometheus-community/elasticsearch_exporter
After=network.target

[Service]
User=prometheus
EnvironmentFile=/etc/default/prometheus-elasticsearch-exporter
ExecStart=/usr/bin/prometheus-elasticsearch-exporter $ARGS

[Install]
WantedBy=multi-user.target