mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
service: make the fsck pass no configurable
This commit is contained in:
parent
f7f21d33db
commit
3614084261
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user