File 0002-Workaround-var-being-RO-during-systemd-journal-flush.patch of Package read-only-root-fs.23306
From 1d33f76a60f2a86fce7c8cecc537bed4e14c6385 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fvogt@suse.de>
Date: Mon, 2 Dec 2019 14:09:50 +0100
Subject: [PATCH 2/7] Workaround /var being RO during systemd-journal-flush
/ is remounted RO during boot, which affects other subvolumes mounted at that
point as well. Those only get RW back once the next subvolume is mounted RW.
This works around boo#1156421
---
.../system/systemd-journal-flush.service.d/afterlocalfs.conf | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 usr/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf
diff --git a/usr/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf b/usr/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf
new file mode 100644
index 0000000..60329c3
--- /dev/null
+++ b/usr/lib/systemd/system/systemd-journal-flush.service.d/afterlocalfs.conf
@@ -0,0 +1,3 @@
+[Unit]
+# https://bugzilla.opensuse.org/show_bug.cgi?id=1156421
+After=local-fs.target
--
2.35.1