diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-unstable/man8/systemd-quotacheck.service.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man8/systemd-quotacheck.service.8')
-rw-r--r-- | upstream/debian-unstable/man8/systemd-quotacheck.service.8 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/upstream/debian-unstable/man8/systemd-quotacheck.service.8 b/upstream/debian-unstable/man8/systemd-quotacheck.service.8 new file mode 100644 index 00000000..5a4d5e34 --- /dev/null +++ b/upstream/debian-unstable/man8/systemd-quotacheck.service.8 @@ -0,0 +1,56 @@ +'\" t +.TH "SYSTEMD\-QUOTACHECK\&.SERVICE" "8" "" "systemd 255" "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 \- File system quota checker logic +.SH "SYNOPSIS" +.PP +systemd\-quotacheck\&.service +.PP +/usr/lib/systemd/systemd\-quotacheck +.SH "DESCRIPTION" +.PP +systemd\-quotacheck\&.service +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\&. +.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 "SEE ALSO" +.PP +\fBsystemd\fR(1), +\fBquotacheck\fR(8), +\fBsystemd-fsck@.service\fR(8) |