Skip to content

Commit

Permalink
autorestart inside restapi docker is disabled (#8006)
Browse files Browse the repository at this point in the history
Fix issue with critical process in the restapi docker restarting immediately after getting killed
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
  • Loading branch information
vivekrnv authored and qiluo-msft committed Jul 27, 2021
1 parent be6cd44 commit 67202cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-restapi/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependent_startup_wait_for=rsyslogd:running
command=/usr/bin/restapi.sh
priority=1
autostart=false
autorestart=true
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
Expand Down

0 comments on commit 67202cc

Please sign in to comment.