Skip to content

Commit

Permalink
[restapi] fix python version during restapi startup (sonic-net#7056)
Browse files Browse the repository at this point in the history
changed from python3 to python in supervisord.conf.
  • Loading branch information
kakkotetsu authored and daall committed Apr 22, 2021
1 parent 4c43ecc commit e6bbb3c
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 @@ -4,7 +4,7 @@ logfile_backups=2
nodaemon=true

[eventlistener:dependent-startup]
command=python3 -m supervisord_dependent_startup
command=python -m supervisord_dependent_startup
autostart=true
autorestart=unexpected
startretries=0
Expand Down

0 comments on commit e6bbb3c

Please sign in to comment.