prometheus/templates/systemd/prometheus-postgres-exporter.service.j2
2021-05-31 16:23:19 +02:00

13 lines
310 B
Django/Jinja

[Unit]
Description=Prometheus PostgreSQL Exporter
After=network.target
[Service]
Type=simple
User={{ prometheus_postgres_exporter_user|default("postgres") }}
ExecStart=/usr/local/bin/prometheus-postgres-exporter
EnvironmentFile=/etc/default/prometheus-postgres-exporter
[Install]
WantedBy=multi-user.target