2024-06-01 23:46:30 -04:00
|
|
|
[unit]
|
|
|
|
|
Description=PostgreSQL Monitoring Bridge
|
2025-01-08 20:58:52 -05:00
|
|
|
PartOf=pgmon.service
|
|
|
|
|
Before=pgmon.service
|
2024-06-01 23:46:30 -04:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
2025-01-11 01:18:03 -05:00
|
|
|
EnvironmentFile=/etc/pgmon/%i-service.conf
|
|
|
|
|
User=${SERVICE_USER:-postgres}
|
2025-06-04 01:10:20 -04:00
|
|
|
ExecStart=/usr/bin/pgmon -c /etc/pgmon/%i.yml
|
2024-10-24 12:23:19 -04:00
|
|
|
ExecReload=kill -HUP $MAINPID
|
2024-06-01 23:46:30 -04:00
|
|
|
Restart=on-failure
|
2024-10-24 12:23:19 -04:00
|
|
|
Type=exec
|
2024-06-01 23:46:30 -04:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|