Blame SOURCES/0120-units-add-Install-section-to-tmp.mount.patch

a3e2b5
From bb3d205bea1c83cbd0e27b504f5f1faa884fb602 Mon Sep 17 00:00:00 2001
a3e2b5
From: Jan Synacek <jsynacek@redhat.com>
a3e2b5
Date: Tue, 22 Jan 2019 10:28:42 +0100
a3e2b5
Subject: [PATCH] units: add [Install] section to tmp.mount
a3e2b5
a3e2b5
rhel-only
a3e2b5
a3e2b5
Resolves: #1667065
a3e2b5
---
a3e2b5
 units/tmp.mount | 4 ++++
a3e2b5
 1 file changed, 4 insertions(+)
a3e2b5
a3e2b5
diff --git a/units/tmp.mount b/units/tmp.mount
a3e2b5
index 742d86385c..b558047030 100644
a3e2b5
--- a/units/tmp.mount
a3e2b5
+++ b/units/tmp.mount
a3e2b5
@@ -22,3 +22,7 @@ What=tmpfs
a3e2b5
 Where=/tmp
a3e2b5
 Type=tmpfs
a3e2b5
 Options=mode=1777,strictatime,nosuid,nodev
a3e2b5
+
a3e2b5
+# Make 'systemctl enable tmp.mount' work:
a3e2b5
+[Install]
a3e2b5
+WantedBy=local-fs.target