2012-03-27 22:13:05 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
2012-04-12 05:20:58 +07:00
|
|
|
# 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
|
2012-03-27 22:13:05 +07:00
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Temporary Directory
|
2012-06-27 06:09:51 +07:00
|
|
|
Documentation=man:hier(7)
|
2012-03-27 22:13:05 +07:00
|
|
|
Before=local-fs.target
|
|
|
|
|
|
|
|
[Mount]
|
|
|
|
What=tmpfs
|
|
|
|
Where=/tmp
|
|
|
|
Type=tmpfs
|
2012-04-12 03:18:55 +07:00
|
|
|
Options=mode=1777,strictatime
|