Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to stop/kill supervisord self #352

Open
alanhe421 opened this issue Dec 14, 2022 · 1 comment
Open

how to stop/kill supervisord self #352

alanhe421 opened this issue Dec 14, 2022 · 1 comment

Comments

@alanhe421
Copy link

kill process

I know the following command can kill process. but I don't know how to stop supervisord self.

supervisord -s supervisord.conf ctl stop all

version

@latest

@alanhe421 alanhe421 changed the title how to stop/kill supervisord instead process how to stop/kill supervisord self Dec 14, 2022
@AtlanCI
Copy link

AtlanCI commented Jan 3, 2023

Officially provided

supervisorctl ctl shutdown 

but The following problem occurs in my environment and does not close. I use systemd to manager the supervisord process.

systemd[1]: supervisor.service: Service hold-off time over, scheduling restart.
systemd[1]: supervisor.service: Scheduled restart job, restart counter is at 1.
systemd[1]: Stopped Supervisord service in golang.
systemd[1]: Started Supervisord service in golang.

You can see that he performed a reboot after I closed.

systemctl

use systemctl command is ok.

systemctl stop supervisord 

So far it looks like no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants