[restapi] fix python version during restapi startup (#7056)
changed from python3 to python in supervisord.conf.
This commit is contained in:
parent
4b2e83ec16
commit
e11397df1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user