prometheus/templates/systemd/prometheus-postgres-exporter.service.j2
2021-05-25 18:25:22 +02:00

11 lines
188 B
Django/Jinja

[Unit]
Description=Prometheus PostgreSQL Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-postgres-exporter
[Install]
WantedBy=multi-user.target