Skip to content

Commit fbffa3e

Browse files
authored
Fix container name (sonic-net#146)
# 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.
1 parent bc60a0c commit fbffa3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockers/docker-sonic-gnmi/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ events=PROCESS_STATE
1313
buffer_size=1024
1414

1515
[eventlistener:supervisor-proc-exit-listener]
16-
command=/usr/bin/supervisor-proc-exit-listener --container-name telemetry
16+
command=/usr/bin/supervisor-proc-exit-listener --container-name gnmi
1717
events=PROCESS_STATE_EXITED,PROCESS_STATE_RUNNING
1818
autostart=true
1919
autorestart=false

0 commit comments

Comments
 (0)