]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-quotacheck.service.xml
Merge pull request #74 from systemd-mailing-devs/1432753344-31461-1-git-send-email...
[thirdparty/systemd.git] / man / systemd-quotacheck.service.xml
1 <?xml version="1.0"?>
2 <!--*-nxml-*-->
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % entities SYSTEM "custom-entities.ent" >
5 %entities;
6 ]>
7 <!--
8 This file is part of systemd.
9
10 Copyright 2012 Lennart Poettering
11
12 systemd is free software; you can redistribute it and/or modify it
13 under the terms of the GNU Lesser General Public License as published by
14 the Free Software Foundation; either version 2.1 of the License, or
15 (at your option) any later version.
16
17 systemd is distributed in the hope that it will be useful, but
18 WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public License
23 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24 -->
25 <refentry id="systemd-quotacheck.service" conditional='ENABLE_QUOTACHECK'>
26
27 <refentryinfo>
28 <title>systemd-quotacheck.service</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>systemd-quotacheck.service</refentrytitle>
43 <manvolnum>8</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>systemd-quotacheck.service</refname>
48 <refname>systemd-quotacheck</refname>
49 <refpurpose>File system quota checker logic</refpurpose>
50 </refnamediv>
51
52 <refsynopsisdiv>
53 <para><filename>systemd-quotacheck.service</filename></para>
54 <para><filename>&rootlibexecdir;/systemd-quotacheck</filename></para>
55 </refsynopsisdiv>
56
57 <refsect1>
58 <title>Description</title>
59
60 <para><filename>systemd-quotacheck.service</filename> is a service
61 responsible for file system quota checks. It is run once at boot
62 after all necessary file systems are mounted. It is pulled in only
63 if at least one file system has quotas enabled.</para>
64 </refsect1>
65
66 <refsect1>
67 <title>Kernel Command Line</title>
68
69 <para><filename>systemd-quotacheck</filename> understands one
70 kernel command line parameter:</para>
71
72 <variablelist class='kernel-commandline-options'>
73 <varlistentry>
74 <term><varname>quotacheck.mode=</varname></term>
75
76 <listitem><para>One of <literal>auto</literal>,
77 <literal>force</literal>, <literal>skip</literal>. Controls
78 the mode of operation. The default is <literal>auto</literal>,
79 and ensures that file system quota checks are done when the
80 file system quota checker deems them necessary.
81 <literal>force</literal> unconditionally results in full file
82 system quota checks. <literal>skip</literal> skips any file
83 system quota checks.</para></listitem>
84 </varlistentry>
85 </variablelist>
86 </refsect1>
87
88 <refsect1>
89 <title>See Also</title>
90 <para>
91 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
92 <citerefentry project='die-net'><refentrytitle>quotacheck</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
93 <citerefentry><refentrytitle>systemd-fsck@.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
94 </para>
95 </refsect1>
96
97 </refentry>