Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
30b76f6590 | |||
1e76c2883f | |||
158c725ab4 |
2 changed files with 19 additions and 0 deletions
13
contrib/postgres-connection-exporter.service
Normal file
13
contrib/postgres-connection-exporter.service
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Postgres Connection Exporter
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=postgres-connection-exporter
|
||||||
|
Group=postgres-connection-exporter
|
||||||
|
ExecStart=/srv/postgres-connection-exporter/bin/postgres-connection-exporter
|
||||||
|
Restart=always
|
||||||
|
WorkingDirectory=/srv/postgres-connection-exporter
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
6
renovate.json
Normal file
6
renovate.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue