summaryrefslogtreecommitdiff
path: root/sys-fs/quota/files/quota.confd
blob: 6e66c88dda141e880d17722935bb61bba07a65b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/conf.d/quota: config file for /etc/init.d/quota

# Note: if your console is hooked up to a serial terminal,
# you prob want to drop the '-v' from the OPTS vars below.


# Run quotacheck ?
RUN_QUOTACHECK="yes"


# Options for quotacheck
QUOTACHECK_OPTS="-avug"


# Options for quotaon
QUOTAON_OPTS="-avug"


# Options for quotaoff
QUOTAOFF_OPTS="-avug"