Skip to content
Snippets Groups Projects
Caleb Connolly's avatar
Caleb Connolly authored
when stdin is /dev/null (e.g. when console=null is on the kernel
cmdline) syslogd will call read() over and over and never handle the
SIGTERM we send it, pinning a CPU core on every boot.

Hooking up syslogd std I/O to /dev/zero prevents this.

Co-authored-by: Richard Acayan's avatarRichard Acayan <mailingradian@gmail.com>
Co-authored-by: default avatarClayton Craft <clayton@craftyguy.net>
[ci:skip-build]: already built successfully in CI
4b367a43
History