We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Document facette daemon signals handling:
facette
SIGHUP
SIGINT
SIGTERM
The text was updated successfully, but these errors were encountered:
No longer relevant since signals are not handled specifically anymore.
Sorry, something went wrong.
Indeed SIGHUP has been removed, but we have SIGUSR1 which isn't documented and triggers a catalog refresh.
SIGUSR1
No branches or pull requests
Document
facette
daemon signals handling:SIGHUP
: reload configuration + re-initialize catalogSIGINT
,SIGTERM
: clean shutdownThe text was updated successfully, but these errors were encountered: