From: Lennart Poettering Date: Mon, 21 May 2012 15:24:26 +0000 (+0200) Subject: service: make the fsck pass no configurable X-Git-Tag: v183~79 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=36140842612803d71fe771ce03f3dee7732284f0 service: make the fsck pass no configurable --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 11f98c34d..d5633dc32 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -835,6 +835,15 @@ . + + FsckPassNo= + + If this is an file + system checking service specify the + pass number. This should not be used + for normal services. + + diff --git a/src/core/load-fragment-gperf.gperf.m4 b/src/core/load-fragment-gperf.gperf.m4 index 5be4dadde..681f2e9ae 100644 --- a/src/core/load-fragment-gperf.gperf.m4 +++ b/src/core/load-fragment-gperf.gperf.m4 @@ -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