summaryrefslogtreecommitdiff
path: root/quota_nld.8
diff options
context:
space:
mode:
Diffstat (limited to 'quota_nld.8')
-rw-r--r--quota_nld.832
1 files changed, 32 insertions, 0 deletions
diff --git a/quota_nld.8 b/quota_nld.8
new file mode 100644
index 0000000..fd7e3d5
--- /dev/null
+++ b/quota_nld.8
@@ -0,0 +1,32 @@
+.TH RQUOTAD 8
+.SH NAME
+quota_nld \- quota netlink message daemon
+.SH SYNOPSIS
+.B quota_nld
+[
+.B \-DCn
+]
+.SH DESCRIPTION
+.BR quota_nld
+is a daemon that listens on netlink socket and processes received quota
+warnings. The daemon supports forwarding warning messages to the system's
+DBUS and writing them to the terminal user has last accessed.
+
+.SH OPTIONS
+.TP
+.B \-V, \-\-version
+Shows version of quota tools.
+.TP
+.B \-D, \-\-no-dbus
+Do not forward quota warnings to DBUS.
+.TP
+.B \-C, \-\-no-console
+Do not print quota warnings to the terminal.
+.TP
+.B \-F, \-\-foreground
+Run daemon in foreground (may be useful for debugging purposes).
+
+.SH "SEE ALSO"
+.BR quota (1),
+.BR netlink (7),
+.BR dbus.freedesktop.org