Is your feature request related to a problem? Please describe.
When running under systemd, fluentd will produce a sigdump file even when a normal exit occurs.
Systemd sends a SIGCONT tot he process after the SIGTERM, which causes the sigdump file to be generated, putting unnecessary files in /tmp
Describe the solution you'd like
An option in the fluentd config file to disable producing sigdump files
Describe alternatives you've considered
We have adjusted settings for our systemd unit file, but systemd always sends the sigcont.
Additional context
No response
Is your feature request related to a problem? Please describe.
When running under systemd, fluentd will produce a sigdump file even when a normal exit occurs.
Systemd sends a SIGCONT tot he process after the SIGTERM, which causes the sigdump file to be generated, putting unnecessary files in /tmp
Describe the solution you'd like
An option in the fluentd config file to disable producing sigdump files
Describe alternatives you've considered
We have adjusted settings for our systemd unit file, but systemd always sends the sigcont.
Additional context
No response