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

What is the command I use for an http request to reload the icecast, without having to take it down? #443

Open
VitorVDomingos opened this issue Jan 4, 2024 · 2 comments

Comments

@VitorVDomingos
Copy link

Hello, I'm facing a problem where I can't find the command to reload the icecast, some button, page, htpp request, I need to somehow reload the icecast, without dropping it

@DECEiFER
Copy link

DECEiFER commented Mar 9, 2024

I believe it's:
"icecast reload" or "icecast2 reload" depending on your binary filename (usually icecast2 if installed on Debian or Ubuntu from the package manager)

@rustyhodge
Copy link

Or kill -HUP

Get the PID by pgrep icecast (or icecast2 if yours is named that way)

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

3 participants