aaPanel_Kern
Hello, thank you for your answer, yes, I was able to restart the service with the code you provided
Before I saw your reply I did the following and it solved my problem
I ran command
sudo /www/server/panel/pyenv/bin/supervisorctl
to get the process_name . Then he showed me a list of tasks.
[root@mail ~]# sudo /www/server/panel/pyenv/bin/supervisorctl
MQTT:MQTT_00 RUNNING pid 100903, uptime 0:03:38
supervisor>
Then I ran the following command and it worked correctly
sudo /www/server/panel/pyenv/bin/supervisorctl restart MQTT:MQTT_00