projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a90c12
)
unit: escape %
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 22 Feb 2022 16:29:42 +0000
(
01:29
+0900)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Sat, 5 Mar 2022 21:03:32 +0000
(21:03 +0000)
Fixes #22601.
(cherry picked from commit
6e4d122ad1db11ca898de183f898f731c4839d4a
)
units/tmp.mount
patch
|
blob
|
history
diff --git
a/units/tmp.mount
b/units/tmp.mount
index 4e1bb8de24b7bb272230f47b1738d50e546b314f..734acea237125ca0877139db3ed150f4bcbe2422 100644
(file)
--- a/
units/tmp.mount
+++ b/
units/tmp.mount
@@
-22,4
+22,4
@@
After=swap.target
What=tmpfs
Where=/tmp
Type=tmpfs
-Options=mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=1m
+Options=mode=1777,strictatime,nosuid,nodev,size=50%
%
,nr_inodes=1m