prometheus/templates/systemd/prometheus-postgres-exporter.service.j2

13 lines
298 B
Plaintext
Raw Permalink Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus PostgreSQL Exporter
After=network.target
2021-04-29 18:53:56 +02:00
[Service]
Type=simple
User={{ prometheus_postgres_exporter_systemd_user }}
2021-04-29 18:53:56 +02:00
ExecStart=/usr/local/bin/prometheus-postgres-exporter
EnvironmentFile=/etc/default/prometheus-postgres-exporter
2021-04-29 18:53:56 +02:00
[Install]
WantedBy=multi-user.target