Blob Blame History Raw
From ab1ecca56e5a1cc5ad120958b1bb94c7854f3795 Mon Sep 17 00:00:00 2001
From: Michal Sekletar <msekleta@redhat.com>
Date: Wed, 22 Sep 2021 14:38:00 +0200
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target

RHEL-only

Related: #2000927
---
 units/meson.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/units/meson.build b/units/meson.build
index e06d883cd2..40487d123e 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -154,8 +154,7 @@ units = [
         ['time-set.target',                     ''],
         ['time-sync.target',                    ''],
         ['timers.target',                       ''],
-        ['tmp.mount',                           '',
-         'local-fs.target.wants/'],
+        ['tmp.mount',                           ''],
         ['umount.target',                       ''],
         ['usb-gadget.target',                   ''],
         ['user.slice',                          ''],