quota.confd 359 B

123456789101112131415161718192021
  1. # /etc/conf.d/quota: config file for /etc/init.d/quota
  2. # Note: if your console is hooked up to a serial terminal,
  3. # you prob want to drop the '-v' from the OPTS vars below.
  4. # Run quotacheck ?
  5. RUN_QUOTACHECK="yes"
  6. # Options for quotacheck
  7. QUOTACHECK_OPTS="-avug"
  8. # Options for quotaon
  9. QUOTAON_OPTS="-avug"
  10. # Options for quotaoff
  11. QUOTAOFF_OPTS="-avug"