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