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