diff options
author | Nils Czernia | 2018-03-19 11:36:14 +0100 |
---|---|---|
committer | Nils Czernia | 2018-03-19 11:36:14 +0100 |
commit | de0eaa0572df2a26d8a5f880d489598679739c84 (patch) | |
tree | 94c4c64a840b6c4d6abd63f6c2d0354d4d2558c3 /prometheus-push-gateway.service | |
download | aur-de0eaa0572df2a26d8a5f880d489598679739c84.tar.gz |
Inital commit
Diffstat (limited to 'prometheus-push-gateway.service')
-rw-r--r-- | prometheus-push-gateway.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/prometheus-push-gateway.service b/prometheus-push-gateway.service new file mode 100644 index 000000000000..8acc0c3558ea --- /dev/null +++ b/prometheus-push-gateway.service @@ -0,0 +1,9 @@ +[Unit] +Description=Prometheus exporter for PostgreSQL +After=network.target + +[Service] +ExecStart=/usr/bin/prometheus-push-gateway + +[Install] +WantedBy=multi-user.target |