systemd/units-add-Install-section-to-tmp.mount.patch

26 lines
634 B
Diff
Raw Normal View History

From bb3d205bea1c83cbd0e27b504f5f1faa884fb602 Mon Sep 17 00:00:00 2001
From: Jan Synacek <jsynacek@redhat.com>
Date: Tue, 22 Jan 2019 10:28:42 +0100
Subject: [PATCH] units: add [Install] section to tmp.mount
Resolves: #1667065
---
units/tmp.mount | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/units/tmp.mount b/units/tmp.mount
2020-06-12 11:23:12 +08:00
index 7066e52261..b3966dfd37 100644
--- a/units/tmp.mount
+++ b/units/tmp.mount
2020-06-12 11:23:12 +08:00
@@ -23,3 +23,7 @@ What=tmpfs
Where=/tmp
Type=tmpfs
2020-06-12 11:23:12 +08:00
Options=mode=1777,strictatime,nosuid,nodev,size=10%,nr_inodes=400k
+
+# Make 'systemctl enable tmp.mount' work:
+[Install]
+WantedBy=local-fs.target
--
2020-06-12 11:23:12 +08:00
2.23.0