]> git.proxmox.com Git - systemd.git/blob - man/systemd-quotacheck.service.8
Imported Upstream version 221
[systemd.git] / man / systemd-quotacheck.service.8
1 '\" t
2 .TH "SYSTEMD\-QUOTACHECK\&.SERVICE" "8" "" "systemd 221" "systemd-quotacheck.service"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-quotacheck.service, systemd-quotacheck \- File system quota checker logic
24 .SH "SYNOPSIS"
25 .PP
26 systemd\-quotacheck\&.service
27 .PP
28 /usr/lib/systemd/systemd\-quotacheck
29 .SH "DESCRIPTION"
30 .PP
31 systemd\-quotacheck\&.service
32 is a service responsible for file system quota checks\&. It is run once at boot after all necessary file systems are mounted\&. It is pulled in only if at least one file system has quotas enabled\&.
33 .SH "KERNEL COMMAND LINE"
34 .PP
35 systemd\-quotacheck
36 understands one kernel command line parameter:
37 .PP
38 \fIquotacheck\&.mode=\fR
39 .RS 4
40 One of
41 "auto",
42 "force",
43 "skip"\&. Controls the mode of operation\&. The default is
44 "auto", and ensures that file system quota checks are done when the file system quota checker deems them necessary\&.
45 "force"
46 unconditionally results in full file system quota checks\&.
47 "skip"
48 skips any file system quota checks\&.
49 .RE
50 .SH "SEE ALSO"
51 .PP
52 \fBsystemd\fR(1),
53 \fBquotacheck\fR(8),
54 \fBsystemd-fsck@.service\fR(8)