Skip to content

Commit

Permalink
Fix container name (sonic-net#146)
Browse files Browse the repository at this point in the history
# Why I did it
supervisor conf used the wrong container name as telemetry.

# How I did it
Fix the container name.

# How to verify it
Kill critical process and check GNMI container.
  • Loading branch information
ganglyu authored Dec 26, 2022
1 parent bc60a0c commit fbffa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-gnmi/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ events=PROCESS_STATE
buffer_size=1024

[eventlistener:supervisor-proc-exit-listener]
command=/usr/bin/supervisor-proc-exit-listener --container-name telemetry
command=/usr/bin/supervisor-proc-exit-listener --container-name gnmi
events=PROCESS_STATE_EXITED,PROCESS_STATE_RUNNING
autostart=true
autorestart=false
Expand Down

0 comments on commit fbffa3e

Please sign in to comment.