How to add new config to supervisor

How I can update my supervisor config?
I tried to supervisorctl reread, service supervisorctl reread
But it gives an error

Hi @Chack !

Are you using the full path to the supervisorctl binary installed by Open edX? e.g.

~$ /edx/bin/supervisorctl status
certs                            RUNNING   pid 881, uptime 13 days, 21:51:32
cms                              RUNNING   pid 883, uptime 13 days, 21:51:32
edxapp_worker:cms_default_1      RUNNING   pid 884, uptime 13 days, 21:51:32
edxapp_worker:cms_high_1         RUNNING   pid 885, uptime 13 days, 21:51:32
edxapp_worker:lms_default_1      RUNNING   pid 886, uptime 13 days, 21:51:32
edxapp_worker:lms_high_1         RUNNING   pid 888, uptime 13 days, 21:51:32
edxapp_worker:lms_high_mem_1     RUNNING   pid 889, uptime 13 days, 21:51:32
forum                            RUNNING   pid 891, uptime 13 days, 21:51:32
lms                              RUNNING   pid 892, uptime 13 days, 21:51:32
xqueue                           RUNNING   pid 895, uptime 13 days, 21:51:32
xqueue_consumer                  RUNNING   pid 897, uptime 13 days, 21:51:32

~$ /edx/bin/supervisorctl reread
No config updates to processes
1 Like