'\" t .TH "SYSTEMD\-QUOTACHECK@\&.SERVICE" "8" "" "systemd 260.1" "systemd-quotacheck@.service" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" systemd-quotacheck@.service, systemd-quotacheck-root.service, systemd-quotacheck \- File system quota checker logic .SH "SYNOPSIS" .PP systemd\-quotacheck@\&.service .PP systemd\-quotacheck\-root\&.service .PP /usr/lib/systemd/systemd\-quotacheck .SH "DESCRIPTION" .PP systemd\-quotacheck@\&.service and systemd\-quotacheck\-root\&.service are services responsible for file system quota checks\&. They run once at boot after all necessary file systems are mounted\&. They are pulled in only if at least one file system has quotas enabled\&. .SH "KERNEL COMMAND LINE" .PP systemd\-quotacheck understands one kernel command line parameter: .PP \fIquotacheck\&.mode=\fR .RS 4 One of "auto", "force", "skip"\&. Controls the mode of operation\&. The default is "auto", and ensures that file system quota checks are done when the file system quota checker deems them necessary\&. "force" unconditionally results in full file system quota checks\&. "skip" skips any file system quota checks\&. .sp Added in version 186\&. .RE .SH "CREDENTIALS" .PP \fBsystemd\-quotacheck\fR supports the service credentials logic as implemented by \fIImportCredential=\fR/\fILoadCredential=\fR/\fISetCredential=\fR (see \fBsystemd.exec\fR(5) for details)\&. The following credentials are used when passed in: .PP \fIquotacheck\&.mode\fR .RS 4 The contents of the credential is parsed as same as the kernel command line option with the same name\&. See above for more details\&. .sp Added in version 258\&. .RE .PP Note that by default the systemd\-quotacheck@\&.service and systemd\-quotacheck\-root\&.service unit files are set up to inherit \fIquotacheck\&.mode\fR credential from the service manager\&. .SH "SEE ALSO" .PP \fBsystemd\fR(1), \fBquotacheck\fR(8), \fBsystemd-fsck@.service\fR(8)