]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredump: make sure pid1/journal coredumps are not lost when Storage=journal is selec...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Mar 2025 19:27:01 +0000 (04:27 +0900)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 19:27:01 +0000 (04:27 +0900)
It confused the hell of me, that if pid1 crashes in an mkosi system run
from the build tree there's no coredump kept. Because mkosi configures
journal storage for coredumps, but that's not going to work for pid1 or
journald. Hence use external storage for these two even if everything
else is stored in the journal.


Trivial merge