]>
Commit | Line | Data |
---|---|---|
743b8558 LP |
1 | <?xml version="1.0"?> |
2 | <!--*-nxml-*--> | |
12b42c76 | 3 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
743b8558 | 4 | <!-- |
572eb058 ZJS |
5 | SPDX-License-Identifier: LGPL-2.1+ |
6 | ||
743b8558 LP |
7 | This file is part of systemd. |
8 | ||
9 | Copyright 2012 Lennart Poettering | |
743b8558 | 10 | --> |
56ba3c78 | 11 | <refentry id="systemd-quotacheck.service" conditional='ENABLE_QUOTACHECK'> |
743b8558 | 12 | |
798d3a52 ZJS |
13 | <refentryinfo> |
14 | <title>systemd-quotacheck.service</title> | |
15 | <productname>systemd</productname> | |
16 | ||
17 | <authorgroup> | |
18 | <author> | |
19 | <contrib>Developer</contrib> | |
20 | <firstname>Lennart</firstname> | |
21 | <surname>Poettering</surname> | |
22 | <email>lennart@poettering.net</email> | |
23 | </author> | |
24 | </authorgroup> | |
25 | </refentryinfo> | |
26 | ||
27 | <refmeta> | |
28 | <refentrytitle>systemd-quotacheck.service</refentrytitle> | |
29 | <manvolnum>8</manvolnum> | |
30 | </refmeta> | |
31 | ||
32 | <refnamediv> | |
33 | <refname>systemd-quotacheck.service</refname> | |
34 | <refname>systemd-quotacheck</refname> | |
35 | <refpurpose>File system quota checker logic</refpurpose> | |
36 | </refnamediv> | |
37 | ||
38 | <refsynopsisdiv> | |
39 | <para><filename>systemd-quotacheck.service</filename></para> | |
12b42c76 | 40 | <para><filename>/usr/lib/systemd/systemd-quotacheck</filename></para> |
798d3a52 ZJS |
41 | </refsynopsisdiv> |
42 | ||
43 | <refsect1> | |
44 | <title>Description</title> | |
45 | ||
46 | <para><filename>systemd-quotacheck.service</filename> is a service | |
47 | responsible for file system quota checks. It is run once at boot | |
48 | after all necessary file systems are mounted. It is pulled in only | |
49 | if at least one file system has quotas enabled.</para> | |
50 | </refsect1> | |
51 | ||
52 | <refsect1> | |
53 | <title>Kernel Command Line</title> | |
54 | ||
55 | <para><filename>systemd-quotacheck</filename> understands one | |
56 | kernel command line parameter:</para> | |
57 | ||
58 | <variablelist class='kernel-commandline-options'> | |
59 | <varlistentry> | |
60 | <term><varname>quotacheck.mode=</varname></term> | |
61 | ||
62 | <listitem><para>One of <literal>auto</literal>, | |
63 | <literal>force</literal>, <literal>skip</literal>. Controls | |
64 | the mode of operation. The default is <literal>auto</literal>, | |
65 | and ensures that file system quota checks are done when the | |
66 | file system quota checker deems them necessary. | |
67 | <literal>force</literal> unconditionally results in full file | |
68 | system quota checks. <literal>skip</literal> skips any file | |
69 | system quota checks.</para></listitem> | |
70 | </varlistentry> | |
71 | </variablelist> | |
72 | </refsect1> | |
73 | ||
74 | <refsect1> | |
75 | <title>See Also</title> | |
76 | <para> | |
77 | <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, | |
3ba3a79d | 78 | <citerefentry project='die-net'><refentrytitle>quotacheck</refentrytitle><manvolnum>8</manvolnum></citerefentry>, |
798d3a52 ZJS |
79 | <citerefentry><refentrytitle>systemd-fsck@.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> |
80 | </para> | |
81 | </refsect1> | |
743b8558 LP |
82 | |
83 | </refentry> |