aa0848
From 41ccc595538752f04f88c80fe7a9e283d4ef12c4 Mon Sep 17 00:00:00 2001
aa0848
From: Michal Sekletar <msekleta@redhat.com>
aa0848
Date: Wed, 22 Sep 2021 14:38:00 +0200
aa0848
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target
aa0848
aa0848
RHEL-only
aa0848
aa0848
Related: #2000927
aa0848
---
aa0848
 units/meson.build | 3 +--
aa0848
 1 file changed, 1 insertion(+), 2 deletions(-)
aa0848
aa0848
diff --git a/units/meson.build b/units/meson.build
aa0848
index 69d53f4259..9eb535858a 100644
aa0848
--- a/units/meson.build
aa0848
+++ b/units/meson.build
aa0848
@@ -159,8 +159,7 @@ units = [
aa0848
         ['time-set.target',                     ''],
aa0848
         ['time-sync.target',                    ''],
aa0848
         ['timers.target',                       ''],
aa0848
-        ['tmp.mount',                           '',
aa0848
-         'local-fs.target.wants/'],
aa0848
+        ['tmp.mount',                           ''],
aa0848
         ['umount.target',                       ''],
aa0848
         ['usb-gadget.target',                   ''],
aa0848
         ['user.slice',                          ''],