modules: prometheus: Remove erroneous tmpl extension

This commit is contained in:
James Shubin
2025-03-11 00:45:20 -04:00
parent 46035fee83
commit 5667fec410
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
/etc/systemd/system/prometheus-postgres-exporter@.service
[Unit]
Description=Prometheus exporter for PostgreSQL on port %i
Documentation=https://github.com/prometheus-community/postgres_exporter
[Service]
User=prometheus
EnvironmentFile=/etc/default/prometheus-postgres-exporter-%i
ExecStart=/usr/bin/prometheus-postgres-exporter $ARGS
Restart=on-failure
[Install]
WantedBy=multi-user.target