X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ftmp.mount;h=00a0d28722449038f17e6aa66cb6c70def0cf9f8;hp=8d0b8afb17e32f97947fe6bc781764d86dba2511;hb=cc56fafeebf814ef035e549115cf1850e6473fa5;hpb=19c5f19d69bb5f520fa7213239490c55de06d99d diff --git a/units/tmp.mount b/units/tmp.mount index 8d0b8afb1..00a0d2872 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -1,16 +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 +Options=mode=1777,strictatime