summaryrefslogtreecommitdiff
path: root/conf.d/moztmp
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/moztmp')
-rw-r--r--conf.d/moztmp18
1 files changed, 17 insertions, 1 deletions
diff --git a/conf.d/moztmp b/conf.d/moztmp
index 57f0718..254c1a7 100644
--- a/conf.d/moztmp
+++ b/conf.d/moztmp
@@ -1 +1,17 @@
-USERS="necoro root"
+# The users whose mozilla directory should be moved
+MOZ_USERS="root necoro"
+
+# The mozilla directory in each home directory
+MOZ_DIR=.mozilla
+
+# The name of the directory which should be a backup,
+# while it is placed in RAM
+MOZ_SAVEDIR=.mozilla_save
+
+# Directory where the ramdisk should be mounted
+MOZ_MOUNTDIR=/tmp/moztmp
+
+# Enable mounting. Disable this, if $MOZ_MOUNTDIR is already in a ramdisk, f.ex.
+MOZ_MOUNT=YES
+
+# vim:ft=gentoo-conf-d