b650a930d3
Resolves: #2047768,#2017035
27 lines
973 B
Diff
27 lines
973 B
Diff
From 41ccc595538752f04f88c80fe7a9e283d4ef12c4 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 69d53f4259..9eb535858a 100644
|
|
--- a/units/meson.build
|
|
+++ b/units/meson.build
|
|
@@ -159,8 +159,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', ''],
|