summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-03-14 20:31:04 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-14 20:31:04 +0100
commit58c67c293a808d7820de0331b521eecb218d6a0f (patch)
tree5f8b0235d403db7cbd1eb7e3fe0e37ba894541bb /README.rst
parent42afa0d8a4e4d0b8e0abcdadfec9d75623c2e9eb (diff)
downloadmoztmp-58c67c293a808d7820de0331b521eecb218d6a0f.tar.gz
moztmp-58c67c293a808d7820de0331b521eecb218d6a0f.tar.bz2
moztmp-58c67c293a808d7820de0331b521eecb218d6a0f.zip
It RST
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..cac1ad1
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+MOZTMP
+======
+
+Firefox is not the fastest browser on earth. But some issues can be resolved by moving its files to a RAM-disk. This ensures that all the cache and stuff can be directly served from RAM and firefox does not need to access the harddisks.
+
+
+Things to have in mind before using it
+--------------------------------------
+
+- Firefox' directories can be quite huge. Only use this script if you can spare 100-200MB of RAM.
+- This script creates a backup copy. But if your computer is not able to make a normal shutdown (e.g. some crash), all things done in the session is lost (it's only in RAM - remember?).
+- This script is written for and tested only on Gentoo Linux with OpenRC. It should work on any other OpenRC-system though (are there any others?).
+
+Install
+-------
+
+Installation is easy: Download the files and put them in /etc/init.d/ and /etc/conf.d/ respectively. Do not forget to change the conf.d/moztmp file to fit your needs.