From 743b8558f697b07231b376e18976d5a0ed24cc28 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Jun 2012 01:17:49 +0200 Subject: man: document quotacheck --- man/systemd-quotacheck.service.xml | 102 +++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 man/systemd-quotacheck.service.xml (limited to 'man/systemd-quotacheck.service.xml') diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck.service.xml new file mode 100644 index 0000000000..4d0218b659 --- /dev/null +++ b/man/systemd-quotacheck.service.xml @@ -0,0 +1,102 @@ + + + + + + + + systemd-quotacheck.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-quotacheck.service + 8 + + + + systemd-quotacheck.service + systemd-quotacheck + File system quota checker logic + + + + systemd-quotacheck.service + /usr/lib/systemd/systemd-quotacheck + + + + Description + + 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. + + + + Kernel Command Line + + systemd-quotacheck understands + one kernel command line parameter: + + + + quotacheck.mode= + + 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. + + + + + + See Also + + systemd1, + quotacheck8, + systemd-fsck@.service8 + + + + -- cgit v1.2.3-54-g00ecf