]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/tmp.mount
logind: voidify a function we never check the return value of
[thirdparty/systemd.git] / units / tmp.mount
index 8d0b8afb17e32f97947fe6bc781764d86dba2511..742d86385c3e49251dc4f5484821f1799dfae942 100644 (file)
@@ -1,16 +1,24 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
 #  (at your option) any later version.
 
 [Unit]
-Description=Temporary Directory
-Before=local-fs.target
+Description=Temporary Directory (/tmp)
+Documentation=man:hier(7)
+Documentation=https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
+ConditionPathIsSymbolicLink=!/tmp
+DefaultDependencies=no
+Conflicts=umount.target
+Before=local-fs.target umount.target
+After=swap.target
 
 [Mount]
 What=tmpfs
 Where=/tmp
 Type=tmpfs
-Options=mode=1777
+Options=mode=1777,strictatime,nosuid,nodev