summaryrefslogtreecommitdiff
path: root/conf.d/moztmp
blob: b1337d4e9f7aa03f4ac275e44396c0b4a1dc004c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

# Enable creating the $MOZ_MOUNTDIR. Disable this, if $MOZ_MOUNTDIR is already existing.
MOZ_MKDIR=YES

# vim:ft=gentoo-conf-d