Inital commit

This commit is contained in:
Nils Czernia 2017-10-18 12:34:20 +02:00
commit 400a41d420
4 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Prometheus exporter for PostgreSQL
After=network.target
[Service]
ExecStart=/usr/bin/prometheus_postgresql_exporter
[Install]
WantedBy=multi-user.target