From 39c6a57b958d81ead59117593f806645b0a76d79 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 17 Mar 2023 15:56:08 +0100 Subject: [PATCH] systemd: Do not create /run/log/journal This will be done by the corresponding tmpfiles configuration and violetes the FHS. Signed-off-by: Stefan Schantl --- systemd/systemd.nm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 9bcefa3a7..30d1e829f 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -5,7 +5,7 @@ name = systemd version = 252 -release = 2.1 +release = 3 maintainer = Stefan Schantl groups = System/Base @@ -193,10 +193,6 @@ build # Don't let udev set up any networking rm -vf %{BUILDROOT}/usr/lib/udev/rules.d/80-net-setup-link.rules - # Create journald related folders. - mkdir -pv %{BUILDROOT}/run/log/journal - chown root:systemd-journal %{BUILDROOT}/run/log/journal - mkdir -pv %{BUILDROOT}/var/log/journal chown root:systemd-journal %{BUILDROOT}/var/log/journal -- 2.47.3