summaryrefslogtreecommitdiffstats
path: root/mkosi.images/system/mkosi.extra/usr/lib/systemd/journald.conf.d/50-persistent.conf
blob: 2f953290d36359f826c037aee72feffcd4a215aa (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later

# We only ship /usr in the image so /var/log/journal won't exist on boot which means systemd-journald won't
# persist any logs as the default Storage= setting is "auto". We can't create /var/log/journal using tmpfiles
# as systemd-journal-flush.service runs before systemd-tmpfiles-setup.service so instead we explicitly set
# Storage= to persistent to have systemd-journald create /var/log/journal itself.
[Journal]
Storage=persistent