You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
systemd sends SIGCONT after SIGKILL so sigdump log is generated at shutdown.
To avoid this problem, changing signal type is better. Maybe USR2 or something.
Does anyone have critical problem for this change?
sigdump is for debug purpose so I assume no critical situation with sigdump signal type.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sigdump uses
SIGCONT
by default and it is not good on systemd environment.https://www.freedesktop.org/software/systemd/man/systemd.kill.html
systemd sends
SIGCONT
afterSIGKILL
so sigdump log is generated at shutdown.To avoid this problem, changing signal type is better. Maybe
USR2
or something.Does anyone have critical problem for this change?
sigdump is for debug purpose so I assume no critical situation with sigdump signal type.
The text was updated successfully, but these errors were encountered: