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:
parent
c5561a3ecb
commit
7afe2fb243
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user