From bb06a9f97d3e98760ef70d02b0636a76cf2c58cf Mon Sep 17 00:00:00 2001
From: j1nx
Date: Mon, 30 May 2022 18:59:36 +0200
Subject: [PATCH] Make journald logs persistent
---
buildroot-external/rootfs-overlay/etc/systemd/journald.conf | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 buildroot-external/rootfs-overlay/etc/systemd/journald.conf
diff --git a/buildroot-external/rootfs-overlay/etc/systemd/journald.conf b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf
new file mode 100644
index 00000000..42496c83
--- /dev/null
+++ b/buildroot-external/rootfs-overlay/etc/systemd/journald.conf
@@ -0,0 +1,3 @@
+[Journal]
+Storage=persistent
+Compress=yes