summaryrefslogtreecommitdiff
path: root/quota_nld.8
blob: fd7e3d5357879341725a0cd205e502ab7b5c6af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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