chiark / gitweb /
units: mount /tmp as tmpfs
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 27 Mar 2012 15:13:05 +0000 (17:13 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 27 Mar 2012 15:30:41 +0000 (17:30 +0200)
commit623ac9d2fce3170125ead9be20f56bfe68ea125e
tree7f7affdc219e6d502aff46c1eaa600d0defb187c
parent55d029addf7d97b15faacea597a4ff65542aaf0e
units: mount /tmp as tmpfs

The default setups should be a stateless as possible. /tmp as tmpfs is
the intended default for general purpose systems.

Small temporary files should not be stored on disk; lager files, or
files which should potentially survive a reboot, belong into /var/tmp.

Also catch up with some good old UNIX history.

More details are here:
  https://fedoraproject.org/wiki/Features/tmp-on-tmpfs
Makefile.am
units/tmp.mount [new file with mode: 0644]