X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Ftmp.mount;h=0b0d6ae56d84a625735ae6a257394434ca870636;hb=2d938ac75d013f713c1225def78a53583af6a596;hp=9752ef81a2a7b90a306a801c7c13ba3e2e705c93;hpb=b54dd8b7f4313140ac1a6d66a2fcc58be5441bc8;p=elogind.git diff --git a/units/tmp.mount b/units/tmp.mount index 9752ef81a..0b0d6ae56 100644 --- a/units/tmp.mount +++ b/units/tmp.mount @@ -1,19 +1,17 @@ # 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 +Documentation=man:hier(7) Before=local-fs.target [Mount] What=tmpfs Where=/tmp Type=tmpfs -Options=mode=1777 - -[Install] -WantedBy=local-fs.target +Options=mode=1777,strictatime