X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ftmp.mount;h=99a3ba3f6c929d3d9119c3ca8c9f2a3a7678e3f1;hp=9752ef81a2a7b90a306a801c7c13ba3e2e705c93;hb=d2dd0265b5140ce849cfc3821ad595df2d4c9eb7;hpb=b54dd8b7f4313140ac1a6d66a2fcc58be5441bc8 diff --git a/units/tmp.mount b/units/tmp.mount index 9752ef81a..99a3ba3f6 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -1,19 +1,20 @@ # 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 +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