service: make the fsck pass no configurable

This commit is contained in:
Lennart Poettering 2012-05-21 17:24:26 +02:00
parent f7f21d33db
commit 3614084261
2 changed files with 10 additions and 0 deletions

View file

@ -835,6 +835,15 @@
<option>none</option>.</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>FsckPassNo=</varname></term>
<listitem><para>If this is an file
system checking service specify the
pass number. This should not be used
for normal services.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>

View file

@ -200,6 +200,7 @@ Mount.What, config_parse_string, 0,
Mount.Where, config_parse_path, 0, offsetof(Mount, where)
Mount.Options, config_parse_string, 0, offsetof(Mount, parameters_fragment.options)
Mount.Type, config_parse_string, 0, offsetof(Mount, parameters_fragment.fstype)
Mount.FsckPassNo, config_parse_int, 0, offsetof(Mount, parameters_fragment.passno)
Mount.TimeoutSec, config_parse_usec, 0, offsetof(Mount, timeout_usec)
Mount.DirectoryMode, config_parse_mode, 0, offsetof(Mount, directory_mode)
EXEC_CONTEXT_CONFIG_ITEMS(Mount)m4_dnl