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

17b0f1
From 6e9187c22c22872e8b0ade7a0e5603895797ede2 Mon Sep 17 00:00:00 2001
17b0f1
From: Michal Schmidt <mschmidt@redhat.com>
17b0f1
Date: Fri, 15 Feb 2013 09:07:57 +0100
17b0f1
Subject: [PATCH] units: add [Install] section to tmp.mount
17b0f1
17b0f1
Change-Id: I2e6d129de00a9afaf7558006c886866f64394c29
17b0f1
Related: #908253
17b0f1
17b0f1
Cherry-picked from: b4aeab33
17b0f1
Resolves: #1199644
17b0f1
---
17b0f1
 units/tmp.mount | 4 ++++
17b0f1
 1 file changed, 4 insertions(+)
17b0f1
17b0f1
diff --git a/units/tmp.mount b/units/tmp.mount
17b0f1
index 00a0d28722..af0cf4a551 100644
17b0f1
--- a/units/tmp.mount
17b0f1
+++ b/units/tmp.mount
17b0f1
@@ -19,3 +19,7 @@ What=tmpfs
17b0f1
 Where=/tmp
17b0f1
 Type=tmpfs
17b0f1
 Options=mode=1777,strictatime
17b0f1
+
17b0f1
+# Make 'systemctl enable tmp.mount' work:
17b0f1
+[Install]
17b0f1
+WantedBy=local-fs.target