File: service

package info (click to toggle)
prometheus-apache-exporter 1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: sh: 52; makefile: 43
file content (12 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus exporter for Apache
Documentation=https://github.com/Lusitaniae/apache_exporter/

[Service]
Restart=on-failure
User=prometheus
EnvironmentFile=/etc/default/prometheus-apache-exporter
ExecStart=/usr/bin/prometheus-apache-exporter $ARGS

[Install]
WantedBy=multi-user.target