Fix prometheus-proxy systemd service

This patch changes the inter-dependency between the prometheus-proxy
systemd service unit and the amphora-agent service. This will stop
systemd from shutting down the prometheus proxy should the amphora
agent be stopped.

Change-Id: I30c6c5809cc8568159feca193f38f62ca09874fd
This commit is contained in:
Michael Johnson 2022-02-25 22:47:12 +00:00
parent c5561a3ecb
commit 7afe2fb243
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=OpenStack Octavia Prometheus Proxy
After=network.target syslog.service amphora-agent.service
Requires=amphora-agent.service
Wants=amphora-agent.service
[Service]
ExecStart=/usr/local/bin/prometheus-proxy