Skip to content

Commit e6bbb3c

Browse files
kakkotetsudaall
authored andcommitted
[restapi] fix python version during restapi startup (sonic-net#7056)
changed from python3 to python in supervisord.conf.
1 parent 4c43ecc commit e6bbb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-sonic-restapi/supervisord.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ logfile_backups=2
44
nodaemon=true
55

66
[eventlistener:dependent-startup]
7-
command=python3 -m supervisord_dependent_startup
7+
command=python -m supervisord_dependent_startup
88
autostart=true
99
autorestart=unexpected
1010
startretries=0

0 commit comments

Comments
 (0)