From: Lennart Poettering Date: Tue, 26 Jun 2012 23:17:49 +0000 (+0200) Subject: man: document quotacheck X-Git-Tag: v186~73 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=743b8558f697b07231b376e18976d5a0ed24cc28 man: document quotacheck --- diff --git a/Makefile.am b/Makefile.am index 3732258e6..215e88d9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2502,6 +2502,15 @@ systemd_quotacheck_SOURCES = \ systemd_quotacheck_LDADD = \ libsystemd-shared.la + +MANPAGES += \ + man/systemd-quotacheck.service.8 + +MANPAGES_ALIAS += \ + man/systemd-quotacheck.8 + +man/systemd-quotacheck.8: man/systemd-quotacheck.service.8 + endif # ------------------------------------------------------------------------------ diff --git a/man/systemd-quotacheck.service.xml b/man/systemd-quotacheck.service.xml new file mode 100644 index 000000000..4d0218b65 --- /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 + + + + diff --git a/units/systemd-quotacheck.service.in b/units/systemd-quotacheck.service.in index d3343df26..319a3ced4 100644 --- a/units/systemd-quotacheck.service.in +++ b/units/systemd-quotacheck.service.in @@ -7,6 +7,7 @@ [Unit] Description=File System Quota Check +Documentation=man:systemd-quotacheck.service(8) DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service Before=local-fs.target shutdown.target