Answer the question
In order to leave comments, you need to log in
How to stop program execution in supervisor?
Deployed the bot on Ubuntu and added it to the supervisor to work in the background. Now my problem is that I can't finish running the program, stop and remove don't help. How to be?
Answer the question
In order to leave comments, you need to log in
sudo supervisorctl stop <Application Name>
then to enable - sudo supervisorctl start <Application Name>
There is such a problem, starting from 20.04.
The Supervisor itself, with its own funds, poorly manages processes in terms of stop, reboot, remove, or even does not manage at all.
Moreover, in 18.04 this problem does not exist at all and everything works Gut!
And some programs are still managed, and some are not.
I have exactly that.
Alexander Karabanov wrote you a real way out of the situation, I do the same.
I hope you know how to find the PID of a process...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question