]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
systemd: Do not create /run/log/journal
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 17 Mar 2023 14:56:08 +0000 (15:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:39 +0000 (18:25 +0000)
This will be done by the corresponding tmpfiles configuration
and violetes the FHS.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
systemd/systemd.nm

index 9bcefa3a7f54ab9ae407372d6ea8c222e923f365..30d1e829f4c6ad8486ee5cdf58d46c21eef5b6d2 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 252
-release    = 2.1
+release    = 3
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 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