[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
|
nodaemon=true
|
||||||
|
|
||||||
[eventlistener:dependent-startup]
|
[eventlistener:dependent-startup]
|
||||||
command=python3 -m supervisord_dependent_startup
|
command=python -m supervisord_dependent_startup
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=unexpected
|
autorestart=unexpected
|
||||||
startretries=0
|
startretries=0
|
||||||
|
Reference in New Issue
Block a user