X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ftmp.mount;h=00a0d28722449038f17e6aa66cb6c70def0cf9f8;hp=9752ef81a2a7b90a306a801c7c13ba3e2e705c93;hb=2355af60dc0c0ec2b7fbe69f15a77d980b017b3f;hpb=b54dd8b7f4313140ac1a6d66a2fcc58be5441bc8 diff --git a/units/tmp.mount b/units/tmp.mount index 9752ef81a..00a0d2872 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -1,19 +1,21 @@ # 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 +Documentation=man:hier(7) +Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems +ConditionPathIsSymbolicLink=!/tmp +DefaultDependencies=no +Conflicts=umount.target +Before=local-fs.target umount.target [Mount] What=tmpfs Where=/tmp Type=tmpfs -Options=mode=1777 - -[Install] -WantedBy=local-fs.target +Options=mode=1777,strictatime