dryang / rpms / systemd

Forked from rpms/systemd a year ago
Clone
ac3a84
From 19524651b38a0db99447ca5df181d69240d75d47 Mon Sep 17 00:00:00 2001
4295f9
From: Michal Sekletar <msekleta@redhat.com>
4295f9
Date: Wed, 22 Sep 2021 14:38:00 +0200
4295f9
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target
4295f9
4295f9
RHEL-only
4295f9
ac3a84
Related: #2138081
4295f9
---
4295f9
 units/meson.build | 3 +--
4295f9
 1 file changed, 1 insertion(+), 2 deletions(-)
4295f9
4295f9
diff --git a/units/meson.build b/units/meson.build
ac3a84
index b224701eb9..eae7394731 100644
4295f9
--- a/units/meson.build
4295f9
+++ b/units/meson.build
ac3a84
@@ -160,8 +160,7 @@ units = [
4295f9
         ['time-set.target',                     ''],
4295f9
         ['time-sync.target',                    ''],
4295f9
         ['timers.target',                       ''],
4295f9
-        ['tmp.mount',                           '',
4295f9
-         'local-fs.target.wants/'],
4295f9
+        ['tmp.mount',                           ''],
4295f9
         ['umount.target',                       ''],
4295f9
         ['usb-gadget.target',                   ''],
4295f9
         ['user.slice',                          ''],