File: service

package info (click to toggle)
prometheus-elasticsearch-exporter 1.1.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 716 kB
  • sloc: makefile: 75; sh: 50
file content (12 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus Elasticsearch exporter
Documentation=https://github.com/justwatchcom/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