summaryrefslogtreecommitdiff
path: root/pcr/openrc-net/quota.confd
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/openrc-net/quota.confd')
-rw-r--r--pcr/openrc-net/quota.confd20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/openrc-net/quota.confd b/pcr/openrc-net/quota.confd
new file mode 100644
index 000000000..6e66c88dd
--- /dev/null
+++ b/pcr/openrc-net/quota.confd
@@ -0,0 +1,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"